Description Usage Arguments Examples
Function to combine hc_theme objects.
| 1 | 
| ... | 
 | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 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.