hc_exporting function

Exporting options for highcharter objects

Exporting options for highcharter objects

Options for the exporting module. For an overview on the matter, see the docs.

hc_exporting(hc, ...)

Arguments

Examples

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