Hi Team,
I'm using HighCharts in one of my Web Application with HTML5 and Typescript.
I'm fetching the data from my DB and constructing the data to required format supported by Highcharts. The data set is of 1M points and rendering the data in the Highcharts heat map is slow taking approximately 20 to 30 seconds to render the map and another 15 to 20 seconds to render the tool tips.
Also, I'm using Boost module to render it fast, the observations mentioned are by enabling the boost module. And also I see that when Heatmap loads with 1M data set the memory in the browser is going high and when I close the Heatmap it frees up the memory but it's not cleaning up completely.
Could anyone help me in fixing the problem as I might need to go with Higher data sets like 4M data points.
Thank you in advance for the support from the forum.
Regards,
Kishore G