set_input_zoom {apexcharter} | R Documentation |
Retrieve zoom information in Shiny
Description
Retrieve zoom information in Shiny
Usage
set_input_zoom(ax, inputId, session = shiny::getDefaultReactiveDomain())
Arguments
ax |
An |
inputId |
The id that will be used server-side for retrieving zoom. |
session |
The Shiny session. |
Value
An apexchart()
htmlwidget
object.
Note
If x-axis is of type datetime, value retrieved is of class POSIXct
.
Examples
if (interactive()) {
run_demo_input("zoom")
}
[Package apexcharter version 0.4.3 Index]