SVG property for a Billboard.js chart
Examples
# Set SVG class name
billboarder() %>%
bb_linechart(data = c(2, 5, 3, 4, 6)) %>%
bb_svg(classname = "custom-billboard")
SVG property for a Billboard.js chart
# Set SVG class name
billboarder() %>%
bb_linechart(data = c(2, 5, 3, 4, 6)) %>%
bb_svg(classname = "custom-billboard")