-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Realtime updating cause panel to flicker #903
Comments
Hi @shouldsee, thanks for pointing this bug out. 👍 I am generally all in for a smoother UI & fixing this bug is actually quite easy. Best, |
WoW looks cool, Thanks for the quick reply! Gonna try it soon :D |
Update: I managed to edit 0.2.3 minified main.js manually... lol much faster than trying to yarn build file replaced at Hi i was trying to manually build and replace main.js. Is there a quick way to setup the webpack/yarn environment? I am behind a |
update: i made the plotly.react change to main.js, the flickering is much reduced but still exists in some of the plots and not the others. What do you think might be the reason? |
Hey, i sure would like to look into this. 💪 Which plots are affected and which are not? One idea would be to try https://github.com/plotly/react-plotly.js in a future release of visdom. Best, |
I am not sure what's the quickest way to prepare a reproducible example basically I'm updating around 5 heatmaps each of size 20*500 . Switch to plotly.react instead of plotly.newPlot definitely reduced the flickering, but it seems to persist... currently look visdom-bug-2-2023-02-08_15.55.02.mp4 |
Bug Description
In browser the heatmap flickers if updated regularly.
Reproduction Steps
Screenshots
visdom-bug-2023-02-03_18.53.18.mp4
Server logs:
visdom==0.2.3
The text was updated successfully, but these errors were encountered: