animationEnabled: Boolean

Enables or Disables animation (across all charts) while rendering the StockChart. You can override this at individual chart level.


Default: false
Options: true, false

var stockChart = new CanvasJS.StockChart("container",
{
 .
 .
 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