hc_theme_merge | R Documentation |
Function to combine hc_theme objects.
hc_theme_merge(...)
... |
|
thm <- hc_theme_merge(
hc_theme_darkunica(),
hc_theme(
chart = list(
backgroundColor = "transparent",
divBackgroundImage = "http://cdn.wall-pix.net/albums/art-3Dview/00025095.jpg"
),
title = list(
style = list(
color = "white",
fontFamily = "Erica One"
)
)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.