From 88284380c77295ae74e2670aadf43fb5e1361d06 Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Mon, 10 Feb 2020 22:10:15 +0200 Subject: [PATCH] Animate circumference (#7079) --- src/controllers/controller.doughnut.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2