Learn R Programming

apexcharter (version 0.4.4)

set_input_zoom: Retrieve zoom information in Shiny

Description

Retrieve zoom information in Shiny

Usage

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

Value

An apexchart()

htmlwidget object.

Arguments

ax

An apexchart() htmlwidget object.

inputId

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

session

The Shiny session.

Examples

Run this code
if (interactive()) {

  run_demo_input("zoom")

}

Run the code above in your browser using DataLab