]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
stop animations when destroying a chart 1070/head
authorKuba Suder <jakub.suder@gmail.com>
Thu, 16 Apr 2015 20:40:34 +0000 (22:40 +0200)
committerKuba Suder <jakub.suder@gmail.com>
Thu, 16 Apr 2015 20:41:53 +0000 (22:41 +0200)
commit66f7f96d4b0f8a03b67a45c43f20c1155935f792
treea44ea2d74940860fc25e9e37325a6ab0504e2304
parent972bc5636db6ac8f0e75bed5f8d64d5878a9cf1f
stop animations when destroying a chart

otherwise the animation keeps updating the chart for some time after it
was supposed to be destroyed, and when the canvas might have been
already reused for a new chart
src/Chart.Core.js