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

Avoiding flicker when updating heatmap #20

Open
mpelzsherman opened this issue Sep 19, 2024 · 0 comments
Open

Avoiding flicker when updating heatmap #20

mpelzsherman opened this issue Sep 19, 2024 · 0 comments

Comments

@mpelzsherman
Copy link

I have an application that needs to update the heatmap at regular intervals.

When the heatmap data changes, there is a noticeable flicker.

So far I have tried a number of things but haven't managed to eliminate this.

I have found that if I do not remove the previous heatmap layer, the flicker goes away, but the heatmap images pile up, causing the colors to intensify.

The flickering is not noticeable in the heatmap.js demo: https://www.patrick-wied.at/static/heatmapjs/example-heatmap-animation.html

If anyone has any suggestions, I would greatly appreciate it!

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

1 participant