hc_exporting: Exporting options for highcharter objects

Description Usage Arguments Examples

View source: R/highcharts-api.R

Description

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

Usage

1

Arguments

hc

A highchart htmlwidget object.

...

Arguments defined in https://api.highcharts.com/highcharts/exporting.

Examples

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

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