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

Plot brushing API in Express #993

Open
gshotwell opened this issue Jan 11, 2024 · 1 comment
Open

Plot brushing API in Express #993

gshotwell opened this issue Jan 11, 2024 · 1 comment
Labels

Comments

@gshotwell
Copy link
Contributor

Currently the brush options are defined in ui.output_plot() so it doesn't seem like plot brushing can be used in Express.

 ui.output_plot("plot1", click=True, dblclick=True, hover=True, brush=True)
 

Maybe we should pass these options through @render.plot() instead so they work in express.

Related to #975.

@cpsievert
Copy link
Collaborator

In case anyone is interesting in doing this today, it's possible with shiny.express.output_args, but it seems likely we'll come up with a better API. Here's some examples posit-dev/shinylive#108

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

No branches or pull requests

3 participants