blob: fec68e281f312b849ea49433a22943f3bf7668ed [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_light}
4\alias{hc_theme_ids_light}
5\title{Light IDS theme for \link[highcharter]{highcharter}}
6\usage{
7hc_theme_ids_light(...)
8}
9\arguments{
10\item{...}{named arguments to modify the theme}
11}
12\description{
13See \code{\link{hc_theme_ids_dark}} for further documentation.
14}
15\examples{
16library(tidyverse)
17library(highcharter)
18highcharts_demo() \%>\%
19 hc_add_theme(hc_theme_ids_light())
20}