blob: 5ce70cb4203f81f90cdc2000cc4d360a1d0e8589 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/highcharter-themes.R
\name{hc_theme_ids_mono}
\alias{hc_theme_ids_mono}
\title{Monochrome IDS theme for \link[highcharter]{highcharter}}
\usage{
hc_theme_ids_mono(...)
}
\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_mono())
}