apexcharter/man/ax_responsive.Rd

23 lines
459 B
Plaintext
Raw Normal View History

2018-07-31 22:56:51 +02:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/apex-utils.R
\name{ax_responsive}
\alias{ax_responsive}
\title{Responsive options}
\usage{
ax_responsive(ax, ...)
}
\arguments{
\item{ax}{A \code{apexcharts} \code{htmlwidget} object.}
2018-09-03 23:52:53 +02:00
\item{...}{Additional parameters.}
2018-07-31 22:56:51 +02:00
}
\value{
A \code{apexcharts} \code{htmlwidget} object.
}
\description{
Responsive options
}
2018-09-03 23:52:53 +02:00
\note{
See \url{https://apexcharts.com/docs/options/responsive/}
}