powered by
Add data to Billboard chart
bb_data(bb, ...)
A billboard htmlwidget object.
billboard
htmlwidget
Arguments defined in https://naver.github.io/billboard.js/demo/.
# NOT RUN { billboarder() %>% bb_barchart(data = table(mtcars$cyl)) %>% bb_data(names = list(Freq = "Number of cylinders"), labels = TRUE) # }
Run the code above in your browser using DataLab