Can a Highcharts range selector use non-date linear ranges?
Posted
by
Simon
on Stack Overflow
See other posts from Stack Overflow
or by Simon
Published on 2012-09-13T20:51:37Z
Indexed on
2012/09/13
21:38 UTC
Read the original article
Hit count: 1341
highcharts
|highstock
I am using the HighStock JS lib to produce a chart that uses a linear series (not a time-series) for the xAxis.
I'd still like to use the range-selector in order to zoom to pre-determined ranges within my linear series. Is this possible?
For example; say my xAxis has a series:
[[121,616],[122,600],[123,605],[124,585.5],[125,575.5],[126,580.5],[127,582],[128,582],[129,584],[130,583]]
I'd like to use the range selector to zoom to the last n
in the series.
© Stack Overflow or respective owner