hc_theme_flatdark {highcharter}R Documentation

Flatdark theme for highcharts

Description

Base16 Insipred theme https://github.com/chriskempson/base16 and https://github.com/cttobin/ggthemr#flat

Usage

hc_theme_flatdark(...)

Arguments

...

Named argument to modify the theme

Examples


highcharts_demo() %>% 
  hc_add_theme(hc_theme_flatdark())


[Package highcharter version 0.5.0 Index]