% Generated by roxygen2: do not edit by hand | |
% Please edit documentation in R/highcharter-themes.R | |
\name{hc_theme_ids_light} | |
\alias{hc_theme_ids_light} | |
\title{Light IDS theme for \link[highcharter]{highcharter}} | |
\usage{ | |
hc_theme_ids_light(...) | |
} | |
\arguments{ | |
\item{...}{named arguments to modify the theme} | |
} | |
\description{ | |
See \code{\link{hc_theme_ids_dark}} for further documentation. | |
} | |
\examples{ | |
library(tidyverse) | |
library(highcharter) | |
highcharts_demo() \%>\% | |
hc_add_theme(hc_theme_ids_light()) | |
} |