Allow navigator to have multiple data series
Please allow navigator to hold multiple data series. I had a request recently to convert a very large data set into separate categories, so that they could be deselected via the legend, but now I don't get the set represented in the navigator window, because it only will hold one series. And with large data, building one composite set will be too much overhead.
Implemented with Highstock 5, see http://www.highcharts.com/docs/chart-concepts/navigator.
-
ben commented
I agree with this request as well. I have a large dataset that requires comparison of multiple series...in order to know which area to zoom two, both series need displayed in the navigator.
-
keesjan commented
I also need this but on highstock with combo multiple axes:
We like to do a highstock chart combination:
• http://www.highcharts.com/stock/demo/column for ratio %
• http://www.highcharts.com/stock/demo/compare for numbers between 0 till 100.000
• http://www.highcharts.com/stock/demo/yaxis-reversed for numbers between 0 till 100 (nr 1 highest, 100 lowest)So we need the http://www.highcharts.com/demo/combo-multi-axes
Is this multiple axes also possible with the great highstock charts? (we like the navigation so much!) -
Koen Werdler commented
I have a chart that shows uptime numbers of several systems. They are plotted quite beautifully in a Highcharts.StockChart but the navigator can only show a single dataset.
I would really like to show all the different lines in the navigator.This demo is actually needing this feature aswell:
http://www.highcharts.com/stock/demo/compare