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 Editing The Code


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