dapar_hc_chart: Customised resetZoomButton of highcharts plots

View source: R/utils.R

dapar_hc_chartR Documentation

Customised resetZoomButton of highcharts plots

Description

Customised resetZoomButton of highcharts plots

Usage

dapar_hc_chart(hc, chartType, zoomType = "None", width = 0, height = 0)

Arguments

hc

A highcharter object

chartType

The type of the plot

zoomType

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

width

xxx

height

xxx

Value

A highchart plot

Author(s)

Samuel Wieczorek

Examples

library("highcharter")
hc <- highchart()
hc <- dapar_hc_chart(hc, chartType = "line", zoomType = "x")
hc_add_series(hc, data = c(29, 71, 40))


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.