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

[BUG] Memory Leak - dash_daq.Gauge when using custom range for the color #130

Open
ranajaydas opened this issue Nov 23, 2020 · 2 comments
Open

Comments

@ranajaydas
Copy link

When the dash_daq.Gauge object's color is set to something like -
{'default': some color, 'ranges': some ranges}
and the callback uses n-intervals to update the color, there's a memory leak (the GPU usage in Chrome keeps increasing).

This only happens when the 'ranges' key is used (and I suspect it might also occur if a gradient is used) but not when the Gauge only uses the 'default' key by itself.

Similar to issue #49

@ranajaydas ranajaydas changed the title Memory Leak - dash_daq.Gauge when using custom range for the color [BUG] Memory Leak - dash_daq.Gauge when using custom range for the color Nov 23, 2020
@yuribr84
Copy link

Same issue here.

The workaround was to save the desired scale ring as an image and position it exactly over the default gauge ring.

@notron30
Copy link

notron30 commented May 6, 2023

Same issue here.

The workaround was to save the desired scale ring as an image and position it exactly over the default gauge ring.

how did you do this?

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

3 participants