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: {
|
options: {
|
||||||
responsive: true,
|
responsive: true,
|
||||||
aspectRatio,
|
aspectRatio,
|
||||||
animation: { duration: 400 },
|
animation: { duration: 0 },
|
||||||
legend: { display: false },
|
legend: { display: false },
|
||||||
legendCallback: function(chart) {
|
legendCallback: function(chart) {
|
||||||
let legends = "";
|
let legends = "";
|
||||||
|
|
Loading…
Reference in New Issue