Render property for a Billboard.js chart
Examples
# Customize render options
billboarder() %>%
bb_linechart(data = c(10, 20, 15, 30)) %>%
bb_render(mode = "canvas")
Render property for a Billboard.js chart
# Customize render options
billboarder() %>%
bb_linechart(data = c(10, 20, 15, 30)) %>%
bb_render(mode = "canvas")