animationDuration: Number

Sets the animation duration of StockChart in milliseconds.

Default: 1200
Examples: 1000, 1500, …
var stockChart = new CanvasJS.StockChart("container",
{
 .
 .
 animationDuration: 1500,
 .
 . 
});
stockChart.render();

Try Editing The Code


If you have any questions, please feel free to ask in our forums.Ask Question