You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If one line chart is zoomed in and then the other zoomed out, the second syncing does not happen despite the current callback watching for changes in plot properties.
To Reproduce
Start the dashboard.
Zoom in the first chart (the two plots will sync still).
Zoom out on the second chart.
See error: now the two plots are out of sync.
Expected behavior
The syncing callback should keep the two line chart zoom setting in sync at all times regardless of the order of zooming.
Additional context
Look at app_components.py and the update_zoom() callback.
The text was updated successfully, but these errors were encountered:
Hey @Zen-cronic thanks for looking into this and linking the dash issue! I feel we can park this task for now given that this is a known problem in dash.
Describe the bug
If one line chart is zoomed in and then the other zoomed out, the second syncing does not happen despite the current callback watching for changes in plot properties.
To Reproduce
Start the dashboard.
Expected behavior
The syncing callback should keep the two line chart zoom setting in sync at all times regardless of the order of zooming.
Additional context
Look at
app_components.py
and theupdate_zoom()
callback.The text was updated successfully, but these errors were encountered: