Skip animations on donut charts

This commit is contained in:
Jakob Borg 2020-04-14 16:29:52 +02:00
parent 5f1aba9a37
commit 3fbc51cd38

View File

@ -79,7 +79,8 @@ export class DonutChartComponent {
// Disable the on-canvas tooltip
enabled: false,
custom: tooltip(),
}
},
animation: false
}
});
}