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

Enable pre-selected option in tau_legend #57

Open
happyshows opened this issue Oct 19, 2015 · 0 comments
Open

Enable pre-selected option in tau_legend #57

happyshows opened this issue Oct 19, 2015 · 0 comments

Comments

@happyshows
Copy link

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.

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