Bar property for a Billboard.js chart
Bar property for a Billboard.js chart
bb_bar(bb, ...)
bb |
A |
... |
See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.bar |
A billboard
htmlwidget
object.
billboarder() %>% bb_barchart(data = data.frame(v1 = c("a", "b", "c"), value = c(5, 6, 3))) %>% bb_bar(width = list(ratio = 0.95))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.