Skip to content

Reset brush when inputs change #75

@jwildfire

Description

@jwildfire

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)
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions