apexcharter/man/set_input_zoom.Rd

32 lines
741 B
Plaintext
Raw Normal View History

2020-03-04 19:02:01 +01:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/shiny-input.R
\name{set_input_zoom}
\alias{set_input_zoom}
\title{Retrieve zoom information in Shiny}
\usage{
set_input_zoom(ax, inputId, session = shiny::getDefaultReactiveDomain())
}
\arguments{
\item{ax}{An \code{\link[=apexchart]{apexchart()}} \code{htmlwidget} object.}
2020-03-04 19:02:01 +01:00
2020-03-18 12:30:48 +01:00
\item{inputId}{The id that will be used server-side for retrieving zoom.}
2020-03-04 19:02:01 +01:00
\item{session}{The Shiny session.}
}
\value{
An \code{\link[=apexchart]{apexchart()}} \code{htmlwidget} object.
2020-03-04 19:02:01 +01:00
}
\description{
Retrieve zoom information in Shiny
}
2020-03-18 12:30:48 +01:00
\note{
If x-axis is of type datetime, value retrieved is of class \code{POSIXct}.
}
2020-03-17 12:22:31 +01:00
\examples{
if (interactive()) {
2020-11-02 11:30:44 +01:00
run_demo_input("zoom")
2020-03-17 12:22:31 +01:00
}
}