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
I want to create multiple tracks in separate react components so that each component can have its own little menu and configuration options. However, when I do this, the tracks are not synchronized with each other.
Proposed Solution
I propose adding support for synchronizing tracks across multiple components. This would allow users to create multiple tracks in separate components while still being able to synchronize them.
Additional Context
Currently, it's possible to subscribe to some events but not the dragging and zooming in the way that happens when you combine tracks in the same component. Adding support for synchronizing tracks across multiple components would make it easier for users to customize their visualizations and improve the overall user experience.
The text was updated successfully, but these errors were encountered:
I think this can be more easily implemented after we remove the HiGlass dependency (#1113). I will close this issue for now, but feel free to re-open this if anyone finds it relevant.
Problem
I want to create multiple tracks in separate react components so that each component can have its own little menu and configuration options. However, when I do this, the tracks are not synchronized with each other.
Proposed Solution
I propose adding support for synchronizing tracks across multiple components. This would allow users to create multiple tracks in separate components while still being able to synchronize them.
Additional Context
Currently, it's possible to subscribe to some events but not the dragging and zooming in the way that happens when you combine tracks in the same component. Adding support for synchronizing tracks across multiple components would make it easier for users to customize their visualizations and improve the overall user experience.
The text was updated successfully, but these errors were encountered: