Marc Kupietz | cd7acbd | 2020-12-10 14:02:52 +0100 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/highcharter-themes.R |
| 3 | \name{hc_theme_ids_light} |
| 4 | \alias{hc_theme_ids_light} |
| 5 | \title{Light IDS theme for \link[highcharter]{highcharter}} |
| 6 | \usage{ |
| 7 | hc_theme_ids_light(...) |
| 8 | } |
| 9 | \arguments{ |
Marc Kupietz | 5214481 | 2020-12-14 23:41:56 +0100 | [diff] [blame] | 10 | \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 Kupietz | cd7acbd | 2020-12-10 14:02:52 +0100 | [diff] [blame] | 40 | } |
| 41 | \description{ |
| 42 | See \code{\link{hc_theme_ids_dark}} for further documentation. |
| 43 | } |
| 44 | \examples{ |
| 45 | library(tidyverse) |
| 46 | library(highcharter) |
| 47 | highcharts_demo() \%>\% |
| 48 | hc_add_theme(hc_theme_ids_light()) |
| 49 | } |