diff --git a/src/Chart.Core.js b/src/Chart.Core.js index 2a7908c6b..85100573b 100755 --- a/src/Chart.Core.js +++ b/src/Chart.Core.js @@ -2093,7 +2093,7 @@ }); // If there are no animations queued, manually kickstart a digest, for lack of a better word - if(!this.animations.length){ + if (this.animations.length) { helpers.requestAnimFrame(this.startDigest); } },