diff --git a/src/Chart.Core.js b/src/Chart.Core.js index 979a91b7c..0c4059889 100755 --- a/src/Chart.Core.js +++ b/src/Chart.Core.js @@ -980,6 +980,7 @@ return helpers.template(this.options.legendTemplate, {datasets: this.data.datasets}); }, destroy : function(){ + this.stop(); this.clear(); unbindEvents(this, this.events); var canvas = this.chart.canvas;