score:2
Accepted answer
When you play with that example and check the JavaScript console for errors, you'll see:
Highcharts error #12: www.highcharts.com/errors/12
Following 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.
Shockingly enough, if increase or disable the turboThreshold
, the problem goes away.
Fiddle here.
Source: stackoverflow.com
Related Query
- Highcharts cloud issue with data source when duplicating chart
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- Highcharts - Issue with the chart reflow function
- Issue with Highcharts master-slave chart
- Highcharts master detail chart with irregular time intervals
- Highcharts - Performance issue using chart with x values date and TIME
- Reload chart data via JSON with Highcharts
- Highcharts - how to have a chart with dynamic height?
- Highcharts - issue about full chart width
- Styling bar colors in Highcharts with a gradient issue
- dealing with highcharts bar chart with really long category names
- Highcharts data series issue with ajax/json and PHP
- Highcharts scatter chart with a name per point
- Highcharts / jQuery - destroy and rebuild chart with original options
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
- Highcharts : Chart with drilldown how to obtain click event of drill up button
- Highcharts export chart exportSettings with svg file
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts chart with 'datetime' xAxis - use categories on drilldown
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- exporting highcharts polar chart to PDF with phantomjs
- Chart rendering issue with resizing <div> container
- Highcharts - Issue with negative values when displaying multiple axes
- Highcharts - Scatter chart with a line connecting the dots in the series
- Highcharts blank chart with x and y axis
- Resize a chart before printing with Highcharts
- Issue Dynamically Changing HighCharts Chart Title
- Add dynamic data to line chart from mysql database with highcharts
- Add onclick event on chart made with the highcharts library
- Highcharts with reveal.js: Refresh chart with slide?
More Query from same tag
- HighCharts not plotting data coming from model method in rails
- Drilldown more than 1 subreport using Highcharts
- highcharts issues in pie chart with gradient fill
- Using multiple Highcharts in a single page
- How to Apply PlotOptions in Drill Down
- Horizontal bar chart with outline behind bar
- Highcharts Legend item text alignment
- How can I give data from my webworker to highchart
- Angular 9 Highcharts - when using series of type pie with type gauge the innerSize of pie is not working
- Highchart not displaying the pie chart with Ajax data
- Is there is a way to force highcharts to space columns equally spaces on datetime x-axis
- highcharts sum up tooltip {point.y} with a specific number
- dash_styles in Highcharts
- how to make my highcharts reverse
- Does Highcharts 3.0.7 allow Highmaps?
- set minimum and maximum values for axis' data in highchart
- Highcharts multiple values for 1 date?
- how to pass data to next page in HighCharts?
- How do I format x-axis label in highcharts
- How to add Series dynamically in Scatter type chart using highchart?
- How to sort objects by creation date to plug into high charts with Meteor
- Rails 3.1 SQL sum only negative numbers
- Put two Highcharts Charts Side by Side on a Jekyll Blog (beautiful-jekyll)
- Highcharts has incorrect vertical bar position
- Highcharts: show data labels as relative value (percentage) on hover
- Pie of a Pie chart in HighCharts
- How To Get Multiple Areas From Dragging Selection Box in HighMaps
- Highcharts Map not Zooming Properly
- drawing custom lines on highchart graph
- Highcharts: how to bring pop-up boxes above the stock-tools menu?