Bar property for a Billboard.js chart
Examples
billboarder() %>%
bb_barchart(data = data.frame(v1 = c("a", "b", "c"), value = c(5, 6, 3))) %>%
bb_bar(width = list(ratio = 0.95))
Bar property for a Billboard.js chart
billboarder() %>%
bb_barchart(data = data.frame(v1 = c("a", "b", "c"), value = c(5, 6, 3))) %>%
bb_bar(width = list(ratio = 0.95))