score:0
Accepted answer
Just adding this code to plotOptions.series
seems to fix it (JSFiddle demonstration):
dataGrouping: { }
It appears that given your original code dataGrouping
was somehow null
.
I'll be honest. I don't know why. Looks borderline buggy.
Source: stackoverflow.com
Related Query
- Highcharts stock chart - Technical Indicators - Stock price is missing in the tooltip when selecting the 'All' range
- HighCharts Stock Chart error code 18
- Highcharts renders the chart as solid black and missing 'fill' attribute on `rect`
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- HighCharts - Make the pie chart 100% of the div
- Highcharts => Getting the id of a point when clicking on a line chart
- HighCharts : Adding Hyperlinks to the X-Axis of the chart
- How do you increase the performance of highcharts chart creation and rendering
- Highcharts - Legend Positioning outside the chart
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- Using Highcharts and displaying a message over or on the chart when there is no data
- Highcharts Bar Chart - How to set the minimum bar width/length
- Show value of last point as label or tooltip on Highcharts Stock Chart
- Highcharts - Scatter chart with a line connecting the dots in the series
- Add onclick event on chart made with the highcharts library
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- HighCharts tooltip appearing behind the dialog holding the chart
- Highcharts Bubble Chart - How to move an individual point's data label (dataLabel) to the front/top
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- Chart highlighting in the highcharts javascript API
- Highcharts - Rotate pie chart aligning the clicked section to a fixed point (180°)
- Highcharts rendering the same chart twice
- Distance between x-axis labels and the chart in Highcharts
- HighCharts - Show categories in x axis intead of the value of x in Bubble Chart
- How To Dynamically Truncate The Y-Axis Title On Chart Resize/Reflow In Highcharts
- Highcharts visualizes chart data incorrectly after zooming or using the navigator
- Why is the first label on highcharts bar chart missing?
- grouping date in Highcharts if the date range is too big
- Highcharts context menu button appearing thrice for the same chart
- Make highcharts fullscreen also fullscreen the div wrapping the chart
More Query from same tag
- Highcharts, set halo on select in pie chart
- Highcharts markers on bar charts
- Disabling HighCharts labels
- Adding a pattern fill to a black and white column graph in Highcharter
- Would it be possible to use Highchart to make a graph with no charts, but only corresponding numbers?
- Highchart not displaying the pie chart with Ajax data
- Highcharts exporting className
- Nested Donut chart with margins
- Synchronized HighChart: Uncaught TypeError: $(...).appendTo(...).highcharts is not a function
- HighCharts - set minimum Tick Interval
- Highcharts - columns too thin in differents zoom time
- Highcharts increase hover detection for markers
- Highcharts JSON decimal data format issue
- Adding call outs to a Highcharts - Stacked Bar
- Highchart - Datalabel overlaps across slices
- Highcharts switching off animation for column chart
- Highcharts synchronized charts with multiple axes datasets
- How to add group secondary x-axis to highcharts
- Highcharts change chart type on drop down Jquery
- Get all series values when click on single line chart
- "HighCharts not showing in IE, works well with mozilla, chrome"
- Populate JSON object to highchart bar chart
- HighCharts navigator and range scale not working?
- Adding Labels to the Left or Right of Highcharts Funnel Visualization
- Highcharts Multiple Series Drilldown to Multiple Series - only works for the last group in the series
- highcharts add series from array
- Highcharts Pyramid - same size of segments - despite the data value
- How to add a label to axis
- How to open chart in new tab?
- How to append highcharts on same div?