bb_bar: Bar property for a Billboard.js chart

View source: R/bb_utils.R

bb_barR Documentation

Bar property for a Billboard.js chart

Description

Bar property for a Billboard.js chart

Usage

bb_bar(bb, ...)

Arguments

bb

A billboard htmlwidget object.

...

See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.bar

Value

A billboard htmlwidget object.

Examples

billboarder() %>%
  bb_barchart(data = data.frame(v1 = c("a", "b", "c"), value = c(5, 6, 3))) %>% 
  bb_bar(width = list(ratio = 0.95))
  

billboarder documentation built on Sept. 11, 2024, 7:35 p.m.