Home Forums Chart Support How to know if chart finished loading/rendering completely Reply To: How to know if chart finished loading/rendering completely

#28330

@anil-t,

Sorry, as of now we don’t have any event that is triggered after the chart is rendered. However, since CanvasJS renders millions of data in few milliseconds you can workaround by calling the required function with a delay of 2 seconds along with animationDuration of chart using the setTimeout method.

—-
Manoj Mohan
Team CanvasJS