Learn R Programming

billboarder (version 0.2.4)

bb_line: 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.

Value

A billboard htmlwidget object.

Examples

Run this code
# NOT RUN {
# 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)

# }

Run the code above in your browser using DataLab