score:2
Accepted answer
Highstock requires the time data to be sorted. Adding this before the rendering solves your problem:
data.sort(function (a, b) {
return a[0] - b[0];
});
Updated example: http://jsfiddle.net/CYJAk/3/
Source: stackoverflow.com
Related Articles
- Highcharts x-axis format data according to random min intervals
- Highcharts datetime axis labels according to data point groups
- Highcharts label format with tickPositioner in a datetime x Axis
- rendering Highcharts datatimes on the x axis at regular intervals
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts x axis date full range even if there is not enough data
- How to populate a Highcharts axis with string formatted data from a PHP array
- Making y axis of highcharts in time format hh:mm
- Format Highcharts xAxis for stock data
- How can I force ticks/grid lines on a Highcharts datetime X axis to arbitrarily line up with data points?
- How to format datetime for (x,y) pair data for Highcharts
- How to format my json data for stack column chart in HighCharts
- Highcharts Time Data With Irregular Intervals In Wrong Order
- How To Show All Data Labels For Datetime Axis In Highcharts
- Highcharts - how to create multiple y axis and group the data series
- How to create data in Json format for highcharts
- Highcharts JSON decimal data format issue
- HighCharts - data from different intervals in one xAxis (hide second xAxis)
- Getting data from Postgres in JSON format in ROR into a Highcharts javascript
- highcharts axis format decimal point
- Format data for highcharts solid gauge graph
- Format data for Highcharts chart
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- Highcharts - selection error with live data and different time intervals
- Format data to parse to a highcharts pie chart
- Highcharts display label for pie chart using html table as data source
- HighCharts - Graph axis starting BEFORE first data point
- Highcharts js set last month x axis data
- Include additional highcharts source data in angular2 app
- Highcharts Polar Chart - Specify Data Series & Tooltips for each Axis
- Highcharts passing time.
- PHP mySQL Highcharts Json Multiselect
- Area Chart with overlapping series in highcharts, overlap point behaving strangely
- highcharts world map not rendering
- compileOnSave stop working
- how to create a column char with highcharts where each column has a different color
- Spiderweb Highcharts with multiple scales on multiple axes
- How to horizontally flip Highchart's chart?
- Highcharts with react Error: "missingModule" with chart type of "timeline"
- Highcharts dynamic data fetching in React
- How to set the enable property to a highcharts line in page load
- highcharts zoom bug (column chart)
- Tools for building charting server that creates / caches server-side rendered image charts?
- Highcharts not working in ie 11
- Highcharts 3 cannot render more than 1000 points in one series
- high-charts datalabel position needs to change when value is too small
- Highcharts. Highlight line chart date interval on hover
- Additional data to highcharter tooltip
- How do I disable interaction on a Highcharts chart?
- Highcharts markers positioning errors in IE8