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

Reset brush when inputs change #75

Open
jwildfire opened this issue Dec 3, 2022 · 0 comments
Open

Reset brush when inputs change #75

jwildfire opened this issue Dec 3, 2022 · 0 comments

Comments

@jwildfire
Copy link
Contributor

jwildfire commented Dec 3, 2022

Would be nice to remove brush when strata variable or statistic change. Should be doable with session$resetBrush, but it's non-trivial to use in modules. Seems like update will be easy once this PR is merged.

Once that's ready, we should be able to drop something like this in volcano_server:

observeEvent(input$stratification_values, {
     session$resetBrush(input$brush$plot_brush)
})
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

1 participant