powered by
Create a subchart allowing to zoom and navigate on the chart.
bb_subchart(bb, ...)
A billboard htmlwidget object.
billboard
htmlwidget
See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.subchart
# NOT RUN { data("equilibre_mensuel") billboarder() %>% bb_linechart(data = equilibre_mensuel[, c("date", "production")], type = "spline") %>% bb_subchart(show = TRUE) # }
Run the code above in your browser using DataLab