My highchart diagram is loading extremely slow due to large amount of data (one data per day for the past 10 years). I already turned off the animation. And it is still slow. Is there a way to speed up or performance improvement to allow faster loading time and able to zoomed in without any lags? Thanks.
The webpage with the highchart is only 77kb though.
My highchart diagram is loading extremely slow due to large amount of data (one
Share
You can use
dataGroupingand setenableMouseTrackingtofalse.enableMouseTracking:
BooleanUpdate
Found the following on it’s docs.
Reference