animationEnabled: Boolean

Enables or Disables animation while rendering the Navigator in StockChart.


Default: Inherits from parent StockChart’s animationEnabled property.
Options: false, true


var stockChart = new CanvasJS.StockChart("container",
{
 .
 .
 navigator: {
   animationEnabled: true
 },
 .
 .
});
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