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 DataLab