hc_exporting: Exporting options for highcharter objects

View source: R/highcharts-api.R

hc_exportingR Documentation

Exporting options for highcharter objects

Description

Options for the exporting module. For an overview on the matter, see the docs and read our Fair Usage Policy.

Usage

hc_exporting(hc, ...)

Arguments

hc

A highchart htmlwidget object.

...

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

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


jbkunst/highcharter documentation built on June 13, 2025, 6:59 p.m.