From: Jukka Kurkela Date: Mon, 10 Feb 2020 20:10:15 +0000 (+0200) Subject: Animate circumference (#7079) X-Git-Tag: v3.0.0-alpha~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88284380c77295ae74e2670aadf43fb5e1361d06;p=thirdparty%2FChart.js.git Animate circumference (#7079) --- diff --git a/src/controllers/controller.doughnut.js b/src/controllers/controller.doughnut.js index e4ae17d68..122844eff 100644 --- a/src/controllers/controller.doughnut.js +++ b/src/controllers/controller.doughnut.js @@ -13,7 +13,7 @@ defaults.set('doughnut', { animation: { numbers: { type: 'number', - properties: ['x', 'y', 'startAngle', 'endAngle', 'innerRadius', 'outerRadius'] + properties: ['circumference', 'endAngle', 'innerRadius', 'outerRadius', 'startAngle', 'x', 'y'] }, // Boolean - Whether we animate the rotation of the Doughnut animateRotate: true,