powered by
Add bars to a C3 plot
c3_bar(c3, stacked = FALSE, rotated = FALSE, bar_width = 0.6, zerobased = TRUE)
c3 htmlwidget object
boolean place bars on top of each other
boolean use to make x-axis vertical
numeric pixel width of bars
boolean
c3
# NOT RUN { data.frame(a=c(1,2,3,2),b=c(2,3,1,5)) %>% c3() %>% c3_bar(stacked = TRUE) # }
Run the code above in your browser using DataLab