Sets the animation duration of StockChart in milliseconds.
var stockChart = new CanvasJS.StockChart("container", { . . animationDuration: 1500, . . }); stockChart.render();
Also See: