๐:0
To improve the over-labeling, set a limit on the number of ticks. Limit labels number on Chart.js line chart. To improve the load speed, you would want to display less data points, so trimming the data before displaying it could be an option.
- How to set percentage value by default on each bars in horizontal bar chart js
- Set size chartjs in div
๐:0
You can make use of the build in data decimation that limits the amount of data points.
Example: https://www.chartjs.org/docs/master/samples/advanced/data-decimation.html