highcharter (version 0.9.4)

hc_theme_flat: Flat theme for highcharts

Description

Flat and flatdark theme is inspired by https://github.com/chriskempson/base16 and https://github.com/Mikata-Project/ggthemr#flat

Usage

hc_theme_flat(...)

Arguments

...

A named parameters to modify the theme.

Examples

Run this code
# NOT RUN {
highcharts_demo() %>%
  hc_add_theme(hc_theme_flat())
# }

Run the code above in your browser using DataLab