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
- Is possible to zoom with mouse in Highcharts?
- How to change colors options in Highcharts programmatically?
- Angular2 highcharts points not appearing
- Can we set bar labels with dynamic custom array in Highcharts?
- Highcharts align multiple piecharts
- .Net wrapper for HighStock
- Highcharts: enforce options when adding a serie with addSeries
- How to change color of donut chart in highchart?
- Highcharts - xAxis date
- Changing the color of a background with highcharts.js
- Highcharts: options setting for customized renderer
- redraw pie chart in highchart
- Plot one point on Highcharts JS graph according to x-axis?
- Highcharts Timeline inconsistent point width in multiple series
- hide specific point in a HighCharts scatterplot
- get access to chart-object in highchart
- Highstock and null values
- React Component, Highstock: Synchronize multiple charts?
- Dual x-axis on same line with Highcharts. Possible?
- how to set dynamic data in highcharts
- HighCharts multiple axis not recognized
- Highcharts multiple yaxis plotband collision
- Highstock v3.0 how to disable tooltip timeout/delay
- VB.net 2 dimensional array with data from a list
- Highcharts plot offset on line graph with categories
- Highstock plotting images that follow series when scrolling
- Highcharts .getJSON - chart not plotting
- Disable marker on certain points on highcharts
- Network Graph - Is there a way to hide a specific node on click in network graph?
- How do I make highcharter use colorIndex number from tidy dataframe