-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boost support #12
Comments
What is it? |
the boost module of Highcharts https://www.highcharts.com/docs/advanced-chart-features/boost-module The problem is right now if you have a heatmap with many points, the browsers suffer because it needs to handle a lot of paths. The boost module renders inside a canvas to speed it up |
That sounds like a great idea! I'll take a look into it, I got other stuff going on right now and I cannot promise anything 🤷♂️ Is your heatmeap 2D or 3D? I'm guessing most of the work is already done for 2D, but maybe not for 3D? |
Our heat map is 2D. The problem is that if you have many points, and due to triangulations and stuff, it's an expensive thing to render for the browser. Each point has its event listeners, etc. That's why we had to move to another solution |
Hey there, thanks a lot!
Is there any way to incorporate support for the Boost?
The text was updated successfully, but these errors were encountered: