apexcharter/man/heatmap_opts.Rd

27 lines
737 B
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
2019-02-17 22:07:04 +01:00
\name{heatmap_opts}
\alias{heatmap_opts}
2018-08-03 11:10:36 +02:00
\title{Heatmap options}
\usage{
2019-02-17 22:07:04 +01:00
heatmap_opts(radius = NULL, enableShades = NULL,
2018-08-08 10:48:03 +02:00
shadeIntensity = NULL, colorScale = NULL, ...)
2018-08-03 11:10:36 +02:00
}
\arguments{
\item{radius}{Numeric. Radius of the rectangle inside heatmap.}
\item{enableShades}{Logical. Enable different shades of color depending on the value}
\item{shadeIntensity}{Numeric \code{[0,1]}. The intensity of the shades generated for each value.}
\item{colorScale}{List.}
\item{...}{Additional parameters.}
}
\description{
Use these options in \code{\link{ax_plotOptions}}.
}
\note{
See \url{https://apexcharts.com/docs/options/plotoptions/heatmap/}.
}