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 it Yourself by Editing the Code below.




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