Skip to content
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

Open
namirsab opened this issue May 24, 2018 · 4 comments
Open

Boost support #12

namirsab opened this issue May 24, 2018 · 4 comments

Comments

@namirsab
Copy link

Hey there, thanks a lot!

Is there any way to incorporate support for the Boost?

@paulo-raca
Copy link
Owner

What is it?

@namirsab
Copy link
Author

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

@paulo-raca
Copy link
Owner

That sounds like a great idea!
I must admit I'd love to have better performance too -- In fact, I usually lower the chart resolution during 3D drag-and-drop to increase responsiveness, but this trick cannot be applied to all datasets.

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?

@namirsab
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants