mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
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…
x
Reference in New Issue
Block a user