powered by
Enable chart Zoom.
zoom(c3, enabled = TRUE, rescale = NULL, extent = NULL, onzoom = NULL, onzoomstart = NULL, onzoomend = NULL, ...)# S3 method for c3 zoom(c3, enabled = TRUE, rescale = NULL, extent = NULL, onzoom = NULL, onzoomstart = NULL, onzoomend = NULL, ...)
# S3 method for c3 zoom(c3, enabled = TRUE, rescale = NULL, extent = NULL, onzoom = NULL, onzoomstart = NULL, onzoomend = NULL, ...)
c3 htmlwidget object
boolean default is TRUE
boolean rescale axis when zooming
numeric vector
character js function, wrap character or character vector in JS()
additional options passed to the zoom object
c3
Other c3: RColorBrewer, c3, grid, legend, region, subchart, tooltip, xAxis
RColorBrewer
grid
legend
region
subchart
tooltip
xAxis
# NOT RUN { data.frame(a = abs(rnorm(20) * 10), b = abs(rnorm(20) * 10)) %>% c3() %>% zoom() # }
Run the code above in your browser using DataLab