taucharts icon indicating copy to clipboard operation
taucharts copied to clipboard

manual color does not work properly when there's only one factor / value option

Open happyshows opened this issue 8 years ago • 1 comments

dat1 <- mtcars %>% filter(vs == 1)

dat1 %>% 
  tauchart %>% 
  tau_bar('mpg','cyl','vs') %>%
  tau_legend() %>%
  tau_tooltip() %>%
  tau_color_manual('red')

happyshows avatar Feb 11 '16 00:02 happyshows

image

happyshows avatar Feb 11 '16 00:02 happyshows