Skip to contents

Render property for a Billboard.js chart

Usage

bb_render(bb, ...)

Arguments

bb

A [billboarder()] `htmlwidget` object or a [billboarderProxy()] `htmlwidget` object.

...

See <https://naver.github.io/billboard.js/release/latest/doc/Options.html#.render> for possible options.

Value

A `billboard` `htmlwidget` object.

Examples

# Customize render options
billboarder() %>%
  bb_linechart(data = c(10, 20, 15, 30)) %>%
  bb_render(mode = "canvas")