Learn R Programming

highcharter (version 0.9.4)

hc_theme_merge: Merge themes

Description

Function to combine hc_theme objects.

Usage

hc_theme_merge(...)

Arguments

...

hc_theme objects.

Examples

Run this code
# NOT RUN {
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"
      )
    )
  )
)
# }

Run the code above in your browser using DataLab