score:2
If you check the javascript for errors you'll see this one:
http://www.highcharts.com/errors/15
Highcharts expects data to be sorted
This happens when you are trying to create a line series or a stock chart where the data is not sorted in ascending X order. For performance reasons, Highcharts does not sort the data, instead it is required that the implementer pre-sorts the data.
This appears to be misleading because at first glance you data looks fine.
BUT, the with Date.UTC
function, the month is zero based so some of your dates like
Date.UTC(2014,01,31) // this is February the 31st!?!
don't make any sense and Date.UTC is trying to make meaning out of them.
Source: stackoverflow.com
Related Articles
- Bug in Highcharts where negative numbers in data seem to cause bug with graph drawing
- Highcharts - Dyanmic graph with no initial data
- Creating a line graph with highcharts and data in an external csv
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts not displaying series data for graph with multiple Y-axes
- HighCharts & MVC: How to load whole graph definition and data with JSON?
- HIghcharts column graph with more than 50 data points
- Highcharts bar with negative stack: how to position data labels
- Draw real time data graph with Highcharts
- Data from MongoDB results with empty Highcharts graph
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
- Highcharts series visibility with csv data source
- Formatting Negative Numbers with Dollar Sign in Highcharts
- How to have multiple highcharts with different series data in vuejs without repeating code
- Highcharts time series combo graph where few months data is null
- Highcharts cloud issue with data source when duplicating chart
- The continuous update highcharts with more data plotting the continuity is not visible so we need that continuity in the centre of the graph
- HighCharts Bubble graph JSON as data source
- Getting numbers on Y-axis to show up as percentages with code from a Highcharts code generator tool?
- Scrape data from graph generated with Highcharts
- make highcharts graph with data in json format, with 4-element array
- Highcharts bar chart with negative and positive data
- Reload chart data via JSON with Highcharts
- Set highcharts y-axis min value to 0, unless there is negative data
- Highcharts - Keep Zero Centered on Y-Axis with Negative Values
- Resize data points with highcharts
- Highcharts doesn't display series with lots of data points
- Highcharts data series issue with ajax/json and PHP
- Load data into Highcharts with Ajax
- Highcharts custom visuals with Data binding PowerBI
- Extending highcharts line series to end of chart
- Tooltip for Highcharts graph shows "undefined" in Chrome, but the correct value in Firefox
- Fomatting the Highcharts date with correct month
- Highcharts: Add circle to scatter plot
- Highcharts error #13
- Show custom xaxis in highchart with angular
- angular2-highcharts x axis moves up on drilldown
- Display negative Y values above zero instead below in highcharts
- Include hidden series in exported CSV using Highcharts v8.0
- Callback function doesn't work Highcharts PhantomJS
- How to bind dynamic data to highcharts basic area graph
- Unknown Property – yii\base\UnknownPropertyException Setting unknown property: dosamigos\highcharts\HighCharts::scripts
- how to display the last five hours time from current time(hh:mm ) 12 hour format in high charts?
- How to start lines on columns in HighCharts
- Highcharts creating series for column graph
- Highcharts bug with labels
- Chart is recreated using the old data
- Creating piecharts using Highcharts.js
- Rendering Highcharts legend using HTML causes issue with positioning/spacing
- Plot time on Y-axis and users on X-axis Highcharts