Line property for a Billboard.js chart
Line property for a Billboard.js chart
bb_line(bb, ...)
bb |
A |
... |
See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.line |
A billboard
htmlwidget
object.
# 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.