Reputation: 23
So i'm building a scatter chart that display some points in a row, basically showing a gap in time someone screwed up. For some reason when i get ALOT of data points the graph just loads nothing and i'm not sure why. But if i reduce the points it will load.
I sadly cant past the code here, its to large. But i set up a simple page where you can see it
http://beta.sc2replaystats.com/highchart_test.php
Any help would be greatly appreciated.
Upvotes: 1
Views: 1398
Reputation: 17791
Look at the turboThreshold property:
http://api.highcharts.com/highcharts#plotOptions.series.turboThreshold
Upvotes: 3