Skip to contents

SVG property for a Billboard.js chart

Usage

bb_svg(bb, ...)

Arguments

bb

A `billboard` `htmlwidget` object.

...

See <https://naver.github.io/billboard.js/release/latest/doc/Options.html#.svg>

Value

A `billboard` `htmlwidget` object.

Examples

# Set SVG class name
billboarder() %>%
  bb_linechart(data = c(2, 5, 3, 4, 6)) %>%
  bb_svg(classname = "custom-billboard")