Skip to contents

Add data to Billboard chart

Usage

bb_data(bb, ...)

Arguments

bb

A `billboard` `htmlwidget` object.

...

Arguments defined in <https://naver.github.io/billboard.js/demo/>.

Value

A `billboard` `htmlwidget` object.

Note

This function can be used with [billboarderProxy()] in Shiny applications.

Examples

billboarder() %>%
  bb_barchart(data = table(mtcars$cyl)) %>%
  bb_data(names = list(Freq = "Number of cylinders"), labels = TRUE)