set_input_zoom | R Documentation |
Retrieve zoom information in Shiny
set_input_zoom(ax, inputId, session = shiny::getDefaultReactiveDomain())
ax |
An |
inputId |
The id that will be used server-side for retrieving zoom. |
session |
The Shiny session. |
An apexchart()
htmlwidget
object.
If x-axis is of type datetime, value retrieved is of class POSIXct
.
if (interactive()) {
run_demo_input("zoom")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.