hcpxy_remove_series {highcharter}R Documentation

Remove series to higchartProxy element

Description

Remove series to higchartProxy element

Usage

hcpxy_remove_series(proxy, id = NULL, all = FALSE)

Arguments

proxy

A higchartProxy object.

id

A character vector indicating the id (or ids) of the series to remove.

all

A logical value to indicate to remove or not all series. The values is used only when the value is TRUE.


[Package highcharter version 0.9.4 Index]