my_hc_ExportMenu {DAPAR}R Documentation

Customised contextual menu of highcharts plots

Description

Customise the contextual menu of highcharts plots.

Usage

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

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


[Package DAPAR version 1.26.0 Index]