In the js diagram of the documentation, you can run functions when the animation completes with onAnimationComplete : function(){}
Defined by a script
here
Maybe your html file
<canvas id="my_chart"></canvas>
Then your js file might look like this:
fillColor: "#79D1CF", strokeColor: "#79D1CF", data: [60, 80, 81, 56, 55, 40] var ctx = document.getElementById("myChart1").getContext("2d"); var myLine = new Chart(ctx).Line(chartData, { showTooltips: false, onAnimationComplete: function () {
// Full attribution passed to the author and stream
Pritish vaidya
source share