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

Refactor: first-class support for plot "views" #2392

Open
Tracked by #2407
vladsavelyev opened this issue Feb 27, 2024 · 0 comments
Open
Tracked by #2407

Refactor: first-class support for plot "views" #2392

vladsavelyev opened this issue Feb 27, 2024 · 0 comments

Comments

@vladsavelyev
Copy link
Member

Description of feature

Currently, each plot is assigned a fixed HTML id used by many JS callbacks. It doesn't work well when we have switch buttons to toggle "views" of a plot - like the violin/table switch where we have to add a violin- prefix to the violin version and handle it properly in JavaScript.

We need a first-class support for sych views. That would also allow us to properly add an export button for tables and handle #2389

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant