apexcharter/man/scrollerOpts.Rd

33 lines
533 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
\name{scrollerOpts}
\alias{scrollerOpts}
\title{Options for scroller}
\usage{
2018-08-08 10:48:03 +02:00
scrollerOpts(enabled = NULL, height = NULL, track = NULL,
thumb = NULL, scrollButtons = NULL, padding = NULL,
offsetX = NULL, offsetY = NULL, ...)
2018-08-03 11:10:36 +02:00
}
\arguments{
\item{enabled}{}
\item{height}{}
\item{track}{}
\item{thumb}{}
\item{scrollButtons}{}
\item{padding}{}
\item{offsetX}{}
\item{offsetY}{}
\item{...}{}
}
\description{
Options for scroller
}