diff --git a/src/Chart.Core.js b/src/Chart.Core.js index 6ee080607..fcdc77636 100755 --- a/src/Chart.Core.js +++ b/src/Chart.Core.js @@ -2098,7 +2098,7 @@ return animationWrapper.chartInstance === chartInstance; }); - if (index != -1) + if (index) { this.animations.splice(index, 1); }