apexcharter/man/ax_yaxis.Rd

45 lines
1.3 KiB
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_yaxis}
\alias{ax_yaxis}
\title{Y-axis options}
\usage{
ax_yaxis(ax, opposite = NULL, tickAmount = NULL, max = NULL, min = NULL,
floating = NULL, labels = NULL, axisBorder = NULL, axisTicks = NULL,
title = NULL, tooltip = NULL, crosshairs = NULL, ...)
}
\arguments{
\item{ax}{A \code{apexcharts} \code{htmlwidget} object.}
\item{opposite}{Logical. When enabled, will draw the yaxis on the right side of the chart.}
\item{tickAmount}{Number of Tick Intervals to show.}
\item{max}{Lowest number to be set for the y-axis. The graph drawing beyond this number will be clipped off.}
\item{min}{Highest number to be set for the y-axis. The graph drawing beyond this number will be clipped off.}
\item{floating}{Logical. Floating takes y-axis is taken out of normal flow and places y-axis on svg element directly,
similar to an absolutely positioned element. Set the offsetX and offsetY then to adjust the position manually}
\item{labels}{List.}
\item{axisBorder}{List.}
\item{axisTicks}{List.}
\item{title}{List.}
\item{tooltip}{List.}
\item{crosshairs}{List.}
\item{...}{Additional parameters.}
}
\value{
A \code{apexcharts} \code{htmlwidget} object.
}
\description{
Y-axis options
}