Pie property for a Billboard.js chart
Pie property for a Billboard.js chart
bb_pie(bb, ...)
bb |
A |
... |
See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.pie |
A billboard
htmlwidget
object.
billboarder() %>% bb_piechart(data = table(mtcars$cyl)) %>% bb_pie(label = list( ratio = 0.5, format = htmlwidgets::JS("function(value) {return d3.format('$')(value);}") ), expand = FALSE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.