I am trying to see if I can display million of points on the line chart; but struggling to effectively display more then 5k points.
I was looking to generate json file using example below: https://developers.google.com/chart/interactive/docs/php_example but the json file with 2 million points has a size of about 20MB which is massive.
Is their any tricks on displaying large sets?