mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 18:58:56 +08: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: {
|
||||
responsive: true,
|
||||
aspectRatio,
|
||||
animation: { duration: 400 },
|
||||
animation: { duration: 0 },
|
||||
legend: { display: false },
|
||||
legendCallback: function(chart) {
|
||||
let legends = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user