my_hc_ExportMenu: Customised contextual menu of highcharts plots

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

Customise the contextual menu of highcharts plots.

Usage

1
my_hc_ExportMenu(hc, filename)

Arguments

hc

A highcharter object

filename

The filename under which the plot has to be saved

Value

A contextual menu for highcharts plots

Author(s)

Samuel Wieczorek

Examples

1
2
3
4
5
library("highcharter")
hc <- highchart() 
hc_chart(hc,type = "line") 
hc_add_series(hc,data = c(29, 71, 40))
my_hc_ExportMenu(hc,filename='foo')

DAPAR documentation built on April 11, 2021, 6 p.m.