bb_line: Line property for a Billboard.js chart

View source: R/bb_utils.R

bb_lineR Documentation

Line property for a Billboard.js chart

Description

Line property for a Billboard.js chart

Usage

bb_line(bb, ...)

Arguments

bb

A billboard htmlwidget object.

...

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

Value

A billboard htmlwidget object.

Examples

# Set if null data point will be connected or not.
b <- billboarder() %>% 
  bb_linechart(data = c(1, 2, NA, 4, 5))
b
b %>%  bb_line(connectNull = TRUE)


billboarder documentation built on Sept. 29, 2023, 5:07 p.m.