hc_add_series.xts: hc_add_series for xts objects

View source: R/highcharts-api-add.R

hc_add_series.xtsR Documentation

hc_add_series for xts objects

Description

hc_add_series for xts objects

Usage

## S3 method for class 'xts'
hc_add_series(hc, data, ...)

## S3 method for class 'ohlc'
hc_add_series(hc, data, type = "candlestick", ...)

Arguments

hc

A highchart htmlwidget object.

data

A xts object.

...

Arguments defined in https://api.highcharts.com/highcharts/plotOptions.series.

type

The way to show the xts object. Can be 'candlestick' or 'ohlc'.

Examples


if(require("quantmod")){
  x <- getSymbols("GOOG", auto.assign = FALSE)
  hchart(x) 
}


jbkunst/highcharter documentation built on June 13, 2025, 6:59 p.m.