apexcharter/man/ax_theme.Rd

27 lines
601 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_theme}
\alias{ax_theme}
\title{Theme for charts}
\usage{
ax_theme(ax, palette = NULL, monochrome = NULL, ...)
}
\arguments{
\item{ax}{A \code{apexcharts} \code{htmlwidget} object.}
\item{palette}{Character. Available palettes: \code{"palette1"} to \code{"palette10"}.}
2018-09-03 23:52:53 +02:00
\item{monochrome}{A list of parameters.}
2018-07-31 22:56:51 +02:00
\item{...}{Additional parameters.}
}
\value{
A \code{apexcharts} \code{htmlwidget} object.
}
\description{
Theme for charts
}
2018-09-03 23:52:53 +02:00
\note{
See \url{https://apexcharts.com/docs/options/theme/}
}