hc_theme_merge: Merge themes

Description Usage Arguments Examples

View source: R/theme.R

Description

Function to combine hc_theme objects.

Usage

1

Arguments

...

hc_theme objects.

Examples

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

highcharter documentation built on Jan. 3, 2022, 5:08 p.m.