hc_theme_merge: Merge themes

View source: R/theme.R

hc_theme_mergeR Documentation

Merge themes

Description

Function to combine hc_theme objects.

Usage

hc_theme_merge(...)

Arguments

...

hc_theme objects.

Examples


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"
      )
    )
  )
)

jbkunst/highcharter documentation built on March 14, 2024, 12:52 a.m.