score:13
You can use highstock.js and initialize highcharts with rangeSelector
like in the example:
score:0
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.
score:4
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.
Source: stackoverflow.com
Related Query
- How to get rangeSelector to work with HighCharts
- How to get work range selector with Highcharts with a function?
- Highcharts How to get decimal point values on y-axis with big numbers
- How can I get a chart only with legends using highcharts
- How can I work with JSON to get Bureau of Labor Statistics data into Highcharts?
- How to have multiple highcharts with different series data in vuejs without repeating code
- Why code of Horizonal line(y-axis) on a single in Highcharts get applied to all other charts integrated with Webdatarocks
- how to make chart real time with 2 line and get data from php with highcharts
- How to get the axis value with respect to the cross hair in highcharts
- Is it possible to get highcharts range selector to work with jQuery timepicker, like it works with jQuery datepicker?
- How to get 2 data-points with one name in series Line Graph Highcharts Reactjs
- how can I use rangeselector and navigation in highcharts in the given code
- How to work with Highcharts in AngularJS
- How do you get the mouse hovered label value with the highcharts custom event plugin?
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- How to get highcharts dates in the x axis?
- How can I get access to a Highcharts chart through a DOM-Container?
- Highcharts - how to have a chart with dynamic height?
- How to use highcharts with angular 5?
- How to get Highcharts X-Axis Categories starting at the left most point
- How to include highcharts with bower?
- Hiding _groups_ of series in Highcharts and jQuery: how to get acceptable performance?
- how do I get two highcharts on one page?
- how to import highcharts with webpack and babel
- How to prevent highcharts from shortening labels with ellipsis
- How to export the whole page or html content with Highcharts not just the chart?
- How To Use Epoch Time With Highcharts Series Data?
- How to get series's id in Highcharts / Highstock
- Highcharts : Chart with drilldown how to obtain click event of drill up button
- How do I get the value of a highcharts graph point on mouseover?
More Query from same tag
- How to Draw graph in ASP.NET MVC 4 using High-Charts?
- Currency formate REGEXP, change symbol
- Parsing ALL Highcharts Options from JSON
- How do I plot the x axis line using Highcharts when pegged at 0?
- Highcharts, How to show datatable when export PDF and not show pdf when normal
- Data exposure for HighCharts
- Highcharts null endpoints flush with chart sides
- How to give time labels consistently in polar highcharts?
- how to create a column char with highcharts where each column has a different color
- Turn series and plot bands on/off using API
- How to display only last data point on highcharts?
- Highcharts - Force plot lines to consume available width?
- Highchart line chart with category do not occupy full width
- Highcharts are not redraw
- Add Offline Export chart capability in Angular-8
- HighCharts: Tooltip for customized drawing
- Highchart pie-basic
- How to set minimum height of data element of series in stacked bar chart?
- Javascript /jQuery Stock Chart API with multiple separate axis but combined interaction (pic included)?
- Highcharts - Customizing legend for treemap
- Highcharts spiderweb with columns without rounded edge
- With mulitiple boxplots/median trend line series', line points don't line up with boxplot
- X-Axis date fromatting in highcharts
- Searching large (6 million) rows MySQL with stored queries?
- How to add percent symbol with data inside column in highchart?
- How to construct HighCharts data series to match returned Json via ajax call
- Ajax JSON in to Highcharts Pie Chart
- HighCharts: Labels visible over tooltip
- Highcharts - detect when render (or redraw) event is caused by a resize/reflow?
- How to match up category labels with multiple series?