hc_theme_flat {highcharter} | R Documentation |
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
highcharts_demo() %>%
hc_add_theme(hc_theme_flat())
[Package highcharter version 0.9.4 Index]