Home Forums Chart Support canvasjs Charts takes too much time to render Reply To: canvasjs Charts takes too much time to render

#36332

@robiul,

According to the code shared by you, it seems like the Chart is being rendered within 20-30 milliseconds. However, the API call & the response seems to be taking 3-5 seconds. Please find the code-snippet showcasing the time taken:

console.time("Chart Render");
chart.render();
console.time("Chart Render");

Kindly take a look at this updated JSfiddle for an example on the same.

time taken to render chart


Adithya Menon
Team CanvasJS