apexcharter/man/ax_states.Rd

26 lines
481 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_states}
\alias{ax_states}
\title{Charts' states}
\usage{
ax_states(ax, normal = NULL, hover = NULL, active = NULL, ...)
}
\arguments{
\item{ax}{A \code{apexcharts} \code{htmlwidget} object.}
2018-07-31 23:24:35 +02:00
\item{normal}{List.}
2018-07-31 22:56:51 +02:00
2018-07-31 23:24:35 +02:00
\item{hover}{List.}
2018-07-31 22:56:51 +02:00
2018-07-31 23:24:35 +02:00
\item{active}{List.}
2018-07-31 22:56:51 +02:00
\item{...}{Additional parameters.}
}
\value{
A \code{apexcharts} \code{htmlwidget} object.
}
\description{
Charts' states
}