Sets the time duration for animation of Navigator in milliseconds.
Default: Inherits from parent StockChart’s animationDuration property.var stockChart = new CanvasJS.StockChart("container",
{
.
.
navigator: {
animationEnabled: true,
animationDuration: 1500
},
.
.
});
stockChart.render();