Retrieve zoom information in Shiny
Usage
set_input_zoom(ax, inputId, session = shiny::getDefaultReactiveDomain())
Arguments
- ax
An
apexchart()
htmlwidget
object.- 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")
}