Enables or Disables animation (across all charts) while rendering the StockChart. You can override this at individual chart level.
Default: falsevar stockChart = new CanvasJS.StockChart("container", { . . animationEnabled: true, . . }); stockChart.render();
Also See: