Learn R Programming

apexcharter (version 0.3.0)

set_input_zoom: Retrieve zoom information in Shiny

Description

Retrieve zoom information in Shiny

Usage

set_input_zoom(ax, inputId, session = shiny::getDefaultReactiveDomain())

Arguments

ax

An apexcharts htmlwidget object.

inputId

The id that will be used server-side for retrieving zoom.

session

The Shiny session.

Value

An apexcharts htmlwidget object.

Examples

Run this code
# NOT RUN {
if (interactive()) {

  run_demo_input("zoom")

}
# }

Run the code above in your browser using DataLab