% 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"}.} \item{monochrome}{A list of parameters.} \item{...}{Additional parameters.} } \value{ A \code{apexcharts} \code{htmlwidget} object. } \description{ Theme for charts } \note{ See \url{https://apexcharts.com/docs/options/theme/} }