bb_subchart {billboarder} | R Documentation |
Subchart property for a Billboard.js chart
Description
Create a subchart allowing to zoom and navigate on the chart.
Usage
bb_subchart(bb, ...)
Arguments
bb |
A |
... |
See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.subchart |
Value
A billboard
htmlwidget
object.
Examples
data("equilibre_mensuel")
billboarder() %>%
bb_linechart(data = equilibre_mensuel[, c("date", "production")], type = "spline") %>%
bb_subchart(show = TRUE)
[Package billboarder version 0.4.1 Index]