my_hc_chart: Customised resetZoomButton of highcharts plots

View source: R/utils.R

my_hc_chartR Documentation

Customised resetZoomButton of highcharts plots

Description

Customise the resetZoomButton of highcharts plots.

Usage

my_hc_chart(hc, chartType, zoomType = "None")

Arguments

hc

A highcharter object

chartType

The type of the plot

zoomType

The type of the zoom (one of "x", "y", "xy", "None")

Value

A highchart plot

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


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