Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for synchronizing tracks across multiple components #851

Closed
janvandenschilden opened this issue Mar 22, 2023 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@janvandenschilden
Copy link

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.

@janvandenschilden janvandenschilden added the enhancement New feature or request label Mar 22, 2023
@sehilyi
Copy link
Member

sehilyi commented Mar 7, 2025

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.

@sehilyi sehilyi closed this as completed Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants