blob: fb4a4dc5d1e4dfcf3278e5e8d454671d5ecfcf72 [file] [log] [blame]
Marc Kupietzcd7acbd2020-12-10 14:02:52 +01001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/highcharter-themes.R
3\name{hc_theme_ids_mono}
4\alias{hc_theme_ids_mono}
5\title{Monochrome IDS theme for \link[highcharter]{highcharter}}
6\usage{
7hc_theme_ids_mono(...)
8}
9\arguments{
Marc Kupietz52144812020-12-14 23:41:56 +010010\item{...}{
11 Arguments passed on to \code{\link[=hc_theme_ids_dark]{hc_theme_ids_dark}}
12 \describe{
13 \item{\code{fontFamily}}{font family}
14 \item{\code{fontSize}}{default font size}
15 \item{\code{textColor}}{default text color}
16 \item{\code{lowContrastColor}}{color with low contrast to background}
17 \item{\code{highContrastColor}}{color with high contrast to background}
18 \item{\code{palette}}{array of colors to be used for different series}
19 \item{\code{backgroundColor}}{background color}
20 \item{\code{titleColor}}{color of the title text}
21 \item{\code{subtitleColor}}{color of the subtitle text}
22 \item{\code{gridLineColor}}{color of grid lines}
23 \item{\code{axisLabelColor}}{color of the axis labels}
24 \item{\code{axisLineColor}}{color of the axis lines}
25 \item{\code{minorGridLineColor}}{color of minor grid lines}
26 \item{\code{tickColor}}{color of axis ticks}
27 \item{\code{axisTitleColor}}{color of axis titles}
28 \item{\code{tooltipBackgroundColor}}{background color for tool tips}
29 \item{\code{tooltipColor}}{foreground color for tool tips}
30 \item{\code{dataLabelColor}}{color of data point labels}
31 \item{\code{boxplotFillColor}}{color for box plot fills}
32 \item{\code{candlestickColor}}{color the candle stick part of error bars}
33 \item{\code{errorbarColor}}{error bar color}
34 \item{\code{legendColor}}{series legend label color}
35 \item{\code{legendHoverColor}}{mouse over series legend label color}
36 \item{\code{legendHiddenColor}}{hidden series legend label color}
37 \item{\code{creditsColor}}{color of the credits}
38 \item{\code{burgerMenuBackground}}{burger menu background color}
39 }}
Marc Kupietzcd7acbd2020-12-10 14:02:52 +010040}
41\description{
42See \code{\link{hc_theme_ids_dark}} for further documentation.
43}
44\examples{
45library(tidyverse)
46library(highcharter)
47highcharts_demo() \%>\%
48 hc_add_theme(hc_theme_ids_mono())
49}