bb_donut {billboarder} | R Documentation |
Donut property for a Billboard.js chart
Description
Donut property for a Billboard.js chart
Usage
bb_donut(bb, ...)
Arguments
bb |
A |
... |
See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.donut |
Value
A billboard
htmlwidget
object.
Examples
billboarder() %>%
bb_donutchart(data = table(mtcars$cyl)) %>%
bb_donut(title = "Donut Title", width = 10)
[Package billboarder version 0.4.1 Index]