FIX: Remove pie draw animation (#8940)

This commit is contained in:
Mark VanLandingham 2020-02-12 07:09:40 -08:00 committed by GitHub
parent 86bbc844fa
commit 0772a4338b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "";