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

Flickering while updating one series #62

Closed
zxweed opened this issue May 17, 2022 · 4 comments
Closed

Flickering while updating one series #62

zxweed opened this issue May 17, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@zxweed
Copy link

zxweed commented May 17, 2022

I often have several independently updated series on my charts, so I found that the chart redraws them all when updating only one, causing heavy flickering. Ideally, it would be nice if updating the hf_data property caused only that series to be redrawn, without the need to explicitly call reload_data(), which cannot determine which series has changed (at most you can add a parameter there that points to the changed series?)

Here is the demo and testcase:
test
dual.resampler.zip

@zxweed
Copy link
Author

zxweed commented May 17, 2022

I rewrote the same script on vanilla plotly - everything updates correctly there, see testcase: dual.plotly.zip

@jonasvdd
Copy link
Member

@zxweed, on it! 🔍

@jonasvdd jonasvdd self-assigned this May 18, 2022
@jonasvdd jonasvdd added the bug Something isn't working label May 18, 2022
@jonasvdd
Copy link
Member

jonasvdd commented May 18, 2022

Thanks for pointing out!
Should be fixed in the next version 0.6.4 (will be released in a couple of hours) 🚀

@zxweed
Copy link
Author

zxweed commented May 18, 2022

Thanks, @jonasvdd, it works now - you're the fastest open-source developers I've ever met :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants