apexcharter/man/set_input_zoom.Rd

32 lines
701 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{apexcharts} \code{htmlwidget} object.}
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{apexcharts} \code{htmlwidget} object.
}
\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()) {
run_input_demo("zoom")
}
}