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 Query
- 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
More Query from same tag
- Error in highcharts-export-server with expressjs
- HighChart not getting data from server side?Error in parseJSON
- In Highcharts, how to prevent legend pagination down arrow button get cut off?
- Highcharts - Remove first marker from Area chart in every series
- Highcharts Legend Overlaps with X-Axis
- Highcharts X axis categories name gets only shows 1 character
- Highcharts - Shared tooltip for categorical bubble chart
- Highcharts IE10 support
- Why isn't the xAxis showing the date?
- HighCharts/HighStocks not scrolling on mobile
- Highcharts:add click event on data label for pie chart
- HighCharts using Themeroller
- Legend Item pattern rotation or mirroring problem
- Very wide columns in stacking column graph
- Force Highcharts to show last x-axis label
- Highcharts same types of data with different series
- Highcharts: Getting average values for selection in line graph
- Highcharts - column chart has space between bar and xAxis
- Highcharts error #15: www.highcharts.com/errors/15
- Meteor highchart in modal
- HighCharts : Update a point when grouping data
- highcharts column charts show sum single 0 when entire column data total is 0
- R Package Highcharter: How do I drilldown to multiple series stacked column graph?
- Highcharts pie color of a part when i click on this
- Highcharts not displaying after refresh
- Loading Highcharts via shim using RequireJS and maintaining jQuery dependency
- How center the value 0[threshold], the line which separates positive and negative value?
- HightChart Error 13 with angular js, function and controller scope
- Highmaps: how to disable map zoom by mouse scroll
- HighCharts pie chart X-axies values are not displayed while trying to get data from MySQL database using PHP