apexcharter/man/set_input_zoom.Rd

29 lines
618 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.}
\item{inputId}{The id that will be used server-side for retrieving click.}
\item{session}{The Shiny session.}
}
\value{
An \code{apexcharts} \code{htmlwidget} object.
}
\description{
Retrieve zoom information in Shiny
}
2020-03-17 12:22:31 +01:00
\examples{
if (interactive()) {
run_input_demo("zoom")
}
}