highcharter (version 0.7.0)

hc_theme_538: Fivethirtyeight theme for highcharts

Description

Fivethirtyeight theme for highcharts

Usage

hc_theme_538(...)

Arguments

...

Named argument to modify the theme

Examples

Run this code
# NOT RUN {
highcharts_demo() %>% 
  hc_add_theme(hc_theme_538())
   
highcharts_demo() %>%
  hc_add_theme(
    hc_theme_538(
      colors = c("red", "blue", "green"),
      chart = list(backgroundColor = "white")
    )
  )

# }

Run the code above in your browser using DataCamp Workspace