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{ |
| 10 | \item{...}{named arguments to modify the theme} |
| 11 | } |
| 12 | \description{ |
| 13 | See \code{\link{hc_theme_ids_dark}} for further documentation. |
| 14 | } |
| 15 | \examples{ |
| 16 | library(tidyverse) |
| 17 | library(highcharter) |
| 18 | highcharts_demo() \%>\% |
| 19 | hc_add_theme(hc_theme_ids_light()) |
| 20 | } |