Add data to Billboard chart
Add data to Billboard chart
bb_data(bb, ...)
bb |
A |
... |
Arguments defined in https://naver.github.io/billboard.js/demo/. |
A billboard
htmlwidget
object.
This function can be used with billboarderProxy
in shiny application.
billboarder() %>% bb_barchart(data = table(mtcars$cyl)) %>% bb_data(names = list(Freq = "Number of cylinders"), labels = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.