Description Usage Arguments Examples
View source: R/highcharts-api.R
Options for the exporting module. For an overview on the matter, see the docs.
1 | hc_exporting(hc, ...)
|
hc |
A |
... |
Arguments defined in https://api.highcharts.com/highcharts/exporting. |
1 2 3 4 5 6 7 | highchart() %>%
hc_xAxis(categories = month.abb) %>%
hc_add_series(name = "Tokyo", data = sample(1:12)) %>%
hc_exporting(
enabled = TRUE, # always enabled
filename = "custom-file-name"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.