hc_themed_vb | R Documentation |
This theme is used inside value boxes.
hc_themed_vb(hc, ...)
hc |
a highchart object |
... |
Arguments passed on to |
data <- data.table( x = Sys.Date() + 0:9, y = rnorm(10) ) hchart(data, "line", hcaes(x, y)) %>% hc_themed_vb() %>% hc_chart(backgroundColor=pal[["red"]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.