apexcharter/man/ax_fill.Rd

33 lines
560 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_fill}
\alias{ax_fill}
\title{Fill property}
\usage{
2018-08-08 10:48:03 +02:00
ax_fill(ax, type = NULL, colors = NULL, opacity = NULL,
gradient = NULL, image = NULL, pattern = NULL, ...)
2018-07-31 22:56:51 +02:00
}
\arguments{
\item{ax}{A \code{apexcharts} \code{htmlwidget} object.}
\item{type}{}
\item{colors}{}
\item{opacity}{}
\item{gradient}{}
\item{image}{}
\item{pattern}{}
\item{...}{Additional parameters.}
}
\value{
A \code{apexcharts} \code{htmlwidget} object.
}
\description{
Fill property
}