Zoom property for a Billboard.js chart
Zoom property for a Billboard.js chart
bb_zoom(bb, ...)
bb |
A |
... |
See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.zoom |
A billboard
htmlwidget
object.
# data data("equilibre_mensuel") # line chart billboarder() %>% bb_linechart( data = equilibre_mensuel[, c("date", "consommation", "production")], type = "spline" ) %>% bb_x_axis(tick = list(format = "%Y-%m", fit = FALSE)) %>% bb_zoom(enabled = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.