-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomerswontfixThis will not be worked onThis will not be worked on
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomerswontfixThis will not be worked onThis will not be worked on