I have a vetor with 50.850 points to plot in the line graph type. I'm using chart.js to show all this points in the graph, but it does not plot. Does anyone know the point's limit the chart.js can show?
Asked
Active
Viewed 71 times
1 Answers
0
There is no limit to how many points you can have. You should probably split up your data for performance reasons.

GockOckLock
- 138
- 1
- 11
-
Thanks, I'll split up my data for performance reasons. – Luciana Oliveira Jun 25 '21 at 00:58