powered by
Bar property for a Billboard.js chart
bb_bar(bb, ...)
A billboard htmlwidget object.
billboard
htmlwidget
See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.bar
# NOT RUN { billboarder() %>% bb_barchart(data = data.frame(v1 = c("a", "b", "c"), value = c(5, 6, 3))) %>% bb_bar(width = list(ratio = 0.95)) # }
Run the code above in your browser using DataLab