How to get rangeSelector to work with HighCharts

Is it possible to use HighStocks rangeSelector with HighCharts? If not, is there another method someone could suggest? Seems like this useful function would be available to both libraries.

3 Answers

You can use highstock.js and initialize highcharts with rangeSelector like in the example:

1

range selector is a feature used with highstock. if you want a similar implementation with highchart you can get something like this

It is a dynamic master-detail chart which may be of use for you.

To the best of my knowledge the range selector is not something that you can use with HighCharts. You have to use HighStock to get that functionality.

Highstock handles time-based data, which is why the range selector is available to you. HighCharts doesn't handle time data all that well (it can be done, but it's less flexible). Since most of the functionality of HighCharts is found in HighStock you're probably better off to just use HighStock for whatever application needs the range selector.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like