-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[BUG] Candlestick chart is not cleared properly when updated with callback #5316
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
Comments
Hello, I am having this same issue with the some parts of the previous candlestick trace still visible after updating the fig through a callback. Was this resolved? |
@vemikhaylov did you ever find a workaround to this issue? |
At the moment, July 2023, I'm still having this issue, too. Has anyone found a solution yet? plotly 5.14.1 |
Thank you for your patience @tariusagi . We aim to tackle this issue in September. |
Fixed by #6757. |
Describe your context
Please provide us your environment so we can easily reproduce the issue.
pip list | grep dash
belowif frontend related, tell us your Browser, Version and OS
Describe the bug
During updating with callback
Candlestick
charts for different time intervals (e.g. 1 minutes, 10 minutes, 1 hour), selected with radio button, the previous traces are not cleared. The same thing works as expected for theOhlc
chart type.Expected behavior
The graph is fully updated after the callback call.
Screenshots
The text was updated successfully, but these errors were encountered: