Skip to content

Enable pre-selected option in tau_legend #57

@happyshows

Description

@happyshows

Hi,

There are a few cases I want to preselect some values when chart it rendered. Having this feature will allow me to drill through from other diagrams to here. For example, I clicked a cell in DT package, fetch the filter condition, and then show all relevant data in a bar chart (while still maintaining the capability to see the whole dataset)
maybe something like
data %>%
tauchart %>%
tau_bar('XXX','YYY',color = 'ColorColumn') %>%
tau_legend(selected = sessionObj$DTselectedCol)

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions