apexcharter/man/pieOpts.Rd

32 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-08-03 11:10:36 +02:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/apex-options.R
\name{pieOpts}
\alias{pieOpts}
\title{Pie options}
\usage{
2018-08-08 10:48:03 +02:00
pieOpts(size = NULL, donut = NULL, customScale = NULL,
offsetX = NULL, offsetY = NULL, dataLabels = NULL, ...)
2018-08-03 11:10:36 +02:00
}
\arguments{
\item{size}{Numeric. Custom size of the pie which will override the default size calculations.}
\item{donut}{List with two fields \code{donutSize} (Donut / ring size in percentage relative to the total pie area.)
and \code{background} (The background color of the pie).}
\item{customScale}{Numeric. Transform the scale of whole pie/donut overriding the default calculations.}
\item{offsetX}{Numeric. Sets the left offset of the whole pie area.}
\item{offsetY}{Numeric. Sets the top offset of the whole pie area.}
\item{dataLabels}{List with field \code{offset} (Numeric, Offset by which labels will move outside / inside of the donut area)}
\item{...}{Additional parameters.}
}
\description{
Use these options in \code{\link{ax_plotOptions}}.
}
\note{
See \url{https://apexcharts.com/docs/options/plotoptions/pie/}.
}