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

Request: plotly client side linking #59

Open
MartijnKamps opened this issue Nov 3, 2022 · 1 comment
Open

Request: plotly client side linking #59

MartijnKamps opened this issue Nov 3, 2022 · 1 comment

Comments

@MartijnKamps
Copy link

MartijnKamps commented Nov 3, 2022

Great work on pyshiny, I am loving it so far!

I am not an expert but with relatively little effort managed to make a dashboard with multiple plotly visualisations that are filtered using the ui.inputs (eg. ui.input_slider()). What I haven't been able to figure out is how to make graphical filtering/client side linking work, as is described for R here: https://plotly-r.com/client-side-linking.html

Maybe it is already possible, but I don't understand the reactive_read() function well enough (also couldn't find additional documentation on this).

Is it possible to add an example in the example folder in which a plotly bar chart is filtered when a box select on a scatter chart is performed?

Many thanks!

@cpsievert
Copy link
Collaborator

Thanks! Client side linking in the way described in that link is only supported in R; however, thanks to https://github.com/rstudio/shinylive (and it's support for ipywidgets) it should be possible to do very similar linking entirely in the browser

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

No branches or pull requests

2 participants