hrbrmstr / taucharts

:bar_chart: An R htmlwidget interface to the TauCharts javascript library
http://rpubs.com/hrbrmstr/taucharts
Other
65 stars 12 forks source link

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

Open happyshows opened 8 years ago

happyshows commented 8 years ago
dat1 <- mtcars %>% filter(vs == 1)

dat1 %>% 
  tauchart %>% 
  tau_bar('mpg','cyl','vs') %>%
  tau_legend() %>%
  tau_tooltip() %>%
  tau_color_manual('red')
happyshows commented 8 years ago

image