dapar_hc_ExportMenu: Customised contextual menu of highcharts plots

View source: R/utils.R

dapar_hc_ExportMenuR Documentation

Customised contextual menu of highcharts plots

Description

Customised contextual menu of highcharts plots

Usage

dapar_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))
dapar_hc_ExportMenu(hc,filename='foo')


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.