apexcharter/man/ax_labels.Rd

21 lines
546 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/apex-utils.R
\name{ax_labels}
\alias{ax_labels}
\title{Alternative axis labels}
\usage{
ax_labels(ax, ...)
}
\arguments{
\item{ax}{A \code{apexcharts} \code{htmlwidget} object.}
\item{...}{Vector. In Axis Charts (line / column), labels can be set instead of setting xaxis categories
option. While, in pie/donut charts, each label corresponds to value in series array.}
}
\value{
A \code{apexcharts} \code{htmlwidget} object.
}
\description{
Alternative axis labels
}