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 Articles
- 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?
- To store date after using afterSetExtremes of Highcharts.stock
- Adding images to top of each column for each group on a chart
- How to enable y-axis panning while zoom in highcharts?
- Highcharts render svg icon doesn't show
- How to show multiple sets in a Highcharts Venn chart?
- HighCharts Multiseries binding
- Data From Ajax Response Can't Be Loaded In HighChart
- Adding same precision to the yAxis Label of HighCharts
- Creating a Highchart with multiple series from a JSON file
- Highcharts graph not displaying in Django template html
- why foreach doesn't work inside my highchart and when i splet the array it works?
- How to configure Highcharts tooltip.headerFormat with getDate() + 5
- Generate a line chart over column chart using highcharts
- Highcharts can not update diagram using angular.js
- Conditional Symbols in Highcharts
- Format point value in hightcharts
- Highcharts load pointStart from JSON. Milliseconds to UTC time?
- Highstock - Comparison chart doesn't start at 0%
- How to hide/show a column in a basic column graph of highcharts?
- Highcharts - use navigator as a seperate time selector