What is fastest way to draw chartjs charts

👍:0

A couple things come to mind:

  1. I would check that nothing else on your page is slowing your load times.

  2. If chart.js is the issue due to the high number of dots, do you need every data point entered? Could you do every other? I’m not sure what your data is, but if you’re just looking at trends, this might work for you.

Leave a comment