Retrieve zoom information in Shiny
Usage
set_input_zoom(ax, inputId, session = shiny::getDefaultReactiveDomain())Arguments
- ax
An
apexchart()htmlwidgetobject.- inputId
The id that will be used server-side for retrieving zoom.
- session
The Shiny session.
Value
An apexchart() htmlwidget object.
Examples
if (interactive()) {
run_demo_input("zoom")
}