gosling.js
gosling.js copied to clipboard
Support for synchronizing tracks across multiple components
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.