Open danieltsoukup opened 3 months ago
I was debugging update_zoom
and found that:
update_zoom
is not triggered for that particular zoom. A workaround is to click again (zoom in or out on either plot) and both plots should be synced.
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.
Agreed. Let's keep an eye on the upstream repo.
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.