| bb_subchart | R Documentation | 
Create a subchart allowing to zoom and navigate on the chart.
bb_subchart(bb, ...)
| bb | A  | 
| ... | See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.subchart | 
A billboard htmlwidget object.
data("equilibre_mensuel")
billboarder() %>% 
  bb_linechart(data = equilibre_mensuel[, c("date", "production")], type = "spline") %>% 
  bb_subchart(show = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.