FIX: Remove pie draw animation (#8940)
This commit is contained in:
parent
86bbc844fa
commit
0772a4338b
|
@ -644,7 +644,7 @@ function pieChartConfig(data, labels, opts = {}) {
|
|||
options: {
|
||||
responsive: true,
|
||||
aspectRatio,
|
||||
animation: { duration: 400 },
|
||||
animation: { duration: 0 },
|
||||
legend: { display: false },
|
||||
legendCallback: function(chart) {
|
||||
let legends = "";
|
||||
|
|
Loading…
Reference in New Issue