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 Query
- Highcharts x-axis format data according to random min intervals
- Highcharts datetime axis labels according to data point groups
- How to format Highcharts columnRange to get json data for temperature Min and Max
- Set highcharts y-axis min value to 0, unless there is negative data
- Highcharts label format with tickPositioner in a datetime x Axis
- Highcharts Line - When Y axis min is set to 0, connecting line isn't shown for consecutive 0 values
- 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
- Calculating a min y axis value in highcharts
- 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
More Query from same tag
- How to get bar id in react highcharts?
- Rails 4: chart is not showing
- Ember.js and Highcharts: how to render a graph only after slow-loading model data has been loaded?
- How to disable or remove the default HighChart loading message?
- Highcharts not rendering data points
- Highcharts Get legend "icon" in tooltip
- Bar chart in High chart for indication of value with two colors in each bar where one color is always kept fixed
- Is angular2-highcharts supported in Angular 11?
- Highcharts change line style after intersect
- How to pass JSP array to Javascript of highchart to generate a column chart
- Highcharts - change series color on MouseOver
- Set custom legend item symbol (or icon) in HIghcharts
- Highcharts scatter marker translation error
- Highlight serie hover highcharts
- Responsive behaviour for ng-highcharts with compiled ng-click on xAxis labels hidden on load
- Highcharts Bubble Chart Hover Color
- sync width of xAxis between two charts, when one chart has multiple yAxis
- Get xAxis extremes before fire afterSetExtremes in higcharts
- Highcharts, use error bar with Data Module
- Changing color of spline lines based on values in HighCharts
- Column chart: Set background of exactly one column
- Difference between hiding a div initially and hiding it dynamically
- Highcharts JS: How do I decrease the spacing between Y values?
- how to use function (chart) in react?
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- Converting this highcharts to my data
- Highcharts VU Meter Gauge numeric display disapears
- Suggestions on getting Highstocks graph images sent to server
- Installing Highstocks for Rails app
- Highcharts dynamic set category update the chart but shows only points but not lines