Donut property for a Billboard.js chart
Arguments
- bb
A
billboard
htmlwidget
object.- ...
See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.donut
Examples
billboarder() %>%
bb_donutchart(data = table(mtcars$cyl)) %>%
bb_donut(title = "Donut Title", width = 10)