1

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?

Luciana Oliveira
  • 822
  • 4
  • 14
  • 35

1 Answers1

0

There is no limit to how many points you can have. You should probably split up your data for performance reasons.

Source

GockOckLock
  • 138
  • 1
  • 11