score:12
Running your jsfiddle example with opened console log shows:
Highcharts error #12: www.highcharts.com/errors/12
Content of that link:
Highcharts Error #12
Highcharts expects point configuration to be numbers or arrays in turbo mode
This error occurs if the series.data option contains object configurations and the number of points exceeds the turboThreshold. It can be fixed by either setting the turboThreshold option to a higher value, or changing your point configurations to numbers or arrays. See turboThreshold.
Highcharts docs about turboThreshold:
turboThreshold: Number
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed. Also, only the first point is tested, and the rest are assumed to be the same format. This saves expensive data checking and indexing in long series. Set it to 0 disable. Defaults to 1000.
So, users Mark and strikers are right.
score:0
Set the turboThreshold: 0 in plotOptions > series option. Like this :-
plotOptions: {
series: {
turboThreshold: 0} }
Source: stackoverflow.com
Related Query
- Highcharts buggy with more than 999 items in series data?
- HIghcharts column graph with more than 50 data points
- Highcharts drilldown with more than one series
- Highcharts series visibility with csv data source
- How to have multiple highcharts with different series data in vuejs without repeating code
- Making Highcharts look like progress bar with more than one series
- Highcharts 3 cannot render more than 1000 points in one series
- Highcharts doesn't display series with lots of data points
- Highcharts data series issue with ajax/json and PHP
- Highcharts with JSON data and multiple series
- Highcharts - Global configuration with common code and unique data & Headings
- Show more data on Gauge chart with Highcharts
- Highcharts not displaying series data for graph with multiple Y-axes
- Browser hanged while plotting more than 10000 series using Highcharts
- Highcharts slow performance when adding more than 10 series
- Highcharts show the same yAxis start and end value with multiple data series
- How to Load More Than One CSV Using Highcharts Data Module
- Highcharts line chart all points disappear when have more than one points with same X Axis
- Rendering more than one chart with Highcharts using Angular js Directives
- Overlay 2 series of data of different length with highcharts
- Extract data series from a JSON array for a Highcharts chart with 2 y-axis
- HighCharts column chart populated with series data from a function
- How to set the padding and placement if we have more than 16 data in the series
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
- Highcharts same types of data with different series
- HighCharts activity gauge populated with series data from a function
- highcharts with more series that start from different x value
- Loading json data to highcharts with multiple series
- Highcharts : using same div to load a chart multiple times with different series data
- Highcharts multiple series with missing Data Points
More Query from same tag
- React Highcharts include plugins
- HTML page lose formatting on external server
- Slider on barchart
- R forecast autoplot or hchart
- Missing points in HighCharts when applying event to exported button
- Highcharts Custom tooltips for multiple series
- Highcharts export in IE malformed
- Highchart: Only show one series at a time
- Saving 30 keys from an array to another variable
- Highchart is not getting populated using external json data
- Highchart and "almost regular" time interval data
- Highcharts is not defined. Error log in console
- Highcharts doesn't work
- How to solve the pie-donut chart tooltip transparent without using any css?
- Plot a a json chart with HighCharts & Vue.js
- Make highcharts bar-chart threshold line visible & labels not to overlap on one another
- Highcharts & tooltip error
- HighCharts: How to combine custom colors with gradient
- Lines are not united Highcharts
- High chart date time conversion showing wrong values
- How can I add a background to a pattern in Highcharts?
- Displaying multiple Highcharts from single json
- Put flags on OHLC chart in highstocks
- Updating data with Highcharts alters initial set
- Is there a way to show overlapping points of the same serie in highchart?
- Highcharts - PDF export format; font sizes for bar chart axis
- How to customize the crosshair Line for Highcharts
- How to add Highcharts series automatically with a 2D-array?
- Highcharts: Getting x-axis to display legend
- div tag is not visible on integration with Menubar in HTML