apexcharter/man/ax_plotOptions.Rd

29 lines
651 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_plotOptions}
\alias{ax_plotOptions}
\title{Specific options for chart}
\usage{
ax_plotOptions(ax, bar = NULL, heatmap = NULL, radialBar = NULL,
pie = NULL, ...)
}
\arguments{
\item{ax}{A \code{apexcharts} \code{htmlwidget} object.}
2018-08-03 11:10:36 +02:00
\item{bar}{See \code{\link{barOpts}}.}
2018-07-31 22:56:51 +02:00
2018-08-03 11:10:36 +02:00
\item{heatmap}{See \code{\link{heatmapOpts}}.}
2018-07-31 22:56:51 +02:00
2018-08-03 11:10:36 +02:00
\item{radialBar}{See \code{\link{radialBarOpts}}.}
2018-07-31 22:56:51 +02:00
2018-08-03 11:10:36 +02:00
\item{pie}{See \code{\link{pieOpts}}.}
2018-07-31 22:56:51 +02:00
\item{...}{Additional parameters.}
}
\value{
A \code{apexcharts} \code{htmlwidget} object.
}
\description{
Specific options for chart
}