https://www.highcharts.com/forum/viewtopic.php?t=33618
Re: Chrome running out of memory when using lots of data
Wed Aug 12, 2015 10:26 am
When it comes to displaying big data you can:
1) use lazy loading - asynchronously load grouped data.
Article: https://www.highcharts.com/blog/news/48-loading-millions-of-points-in-highcharts/
Demo: http://www.highcharts.com/stock/demo/lazy-loading
Highcharts.
2) try boost.js module - allow quick loading of hundred thousands of data points in Highcharts.
Article with demos:
http://www.highcharts.com/component/content/article/2-news/175-highcharts-performance-boost



