hc_rangeSelector {highcharter}R Documentation

Adding scrollbar options to highstock charts

Description

Options to edit the range selector which is The range selector is a tool for selecting ranges to display within the chart. It provides buttons to select preconfigured ranges in the chart, like 1 day, 1 week, 1 month etc. It also provides input boxes where min and max dates can be manually input.

Usage

hc_rangeSelector(hc, ...)

Arguments

hc

A highchart htmlwidget object.

...

Arguments defined in http://api.highcharts.com/highstock#rangeSelector.


[Package highcharter version 0.5.0 Index]