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

How to disable dodge on color in tau_bar() #56

Open
Yang-Tang opened this issue Oct 8, 2015 · 0 comments
Open

How to disable dodge on color in tau_bar() #56

Yang-Tang opened this issue Oct 8, 2015 · 0 comments

Comments

@Yang-Tang
Copy link

In tau_bar(x, y, color, size, horizontal),
is it possible to disable dodge or use tau_stacked_bar() automatically,
if color==x or (horizontal==T && color==y)

For example:
mtcars %>% dplyr::mutate(cyl=factor(cyl)) %>% tauchart() %>% tau_bar('cyl', 'mpg', 'cyl')

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