score:18
Those dangling commas are causing errors in Internet Explorer. Get rid of them.
Here's an example:
chart: {
renderTo: 'company_chart', // <--- get rid of that comma
},
Internet Explorer considers a comma at the end of an object literal like that to be an error. You should in fact be seeing the "Errors on page" warning, but the error is usually something that does not indicate this actual root cause.
edit — well apparently IE8 is not picky about that, though IE7 is.
edit again — However, IE8 interprets that last dangling comma in your data arrays as meaning that there should be an extra element! In other words:
[1, 2, 3,].length
is 3 in Firefox/Chrome/Safari but it's 4 in Internet Explorer. When you try to access that element, the browser gives you undefined
.
Source: stackoverflow.com
Related Query
- HighCharts.js is not rendering chart under IE8
- Not rendering VU-meter Gauge chart using HighCharts in Durandal
- HighCharts - barchart not rendering correctly in IE8
- Highcharts spline chart not rendering in IE and mozilla
- Highcharts Master Detail Chart not rendering 2nd series
- Highcharts column chart rendering transparent columns in IE8
- How do I rotate my HighCharts bar chart so its vertical, not horizontal?
- Highcharts saying undefined is not a function when trying to add a new chart
- How do you increase the performance of highcharts chart creation and rendering
- Highcharts not displaying data labels for Pie chart in arabic
- Highcharts Pie Chart Drilldown not showing on third drill
- Highcharts stacked bar chart hide data labels not to overlap
- Highcharts - Position title under chart
- Highcharts line chart tooltips not showing correctly?
- Labels are not rendering for plotLines highcharts
- Highcharts spline chart points not showing unless zoomed in
- Highcharts stacking bar chart border not displaying on right side
- Highcharts gauge not rendering text
- creating a bar chart using Highcharts with React - getting an error that rendering div isn't found
- HighCharts chart export (screenshot download) does not display Navigator graph
- Highcharts chart not loading after AJAX call to insert partial containing chart
- Highcharts.js variable pie chart not rendering data correctly along percentage dataLabels
- Highcharts symbol not appearing in chart (opacity set to 0, it appears)
- Highcharts annotations not rendering
- Highcharts - Gauge chart data label not positioning correctly
- Customise Highcharts Pie Chart Selection State so that slice does not animate out when selected
- Highcharts rendering the same chart twice
- Highcharts Bar Chart Zoom not working
- HighCharts Stock Chart error code 18
- Highcharts JSON, chart not displaying
More Query from same tag
- I was trouble bubble value in highcharts .How to show by default value in series
- How to use this highchart map in reactJS
- Highcharts - Pie chart legend remains hoverable on second series
- Highchart Zoom and X-Axis with String Array for Categories
- Rally Pie chart listener not working
- Show data of a month instead of 12 months
- Highchart highstock startOnTick Error
- Data exposure for HighCharts
- The time interval from the chart highcharts
- Format date string into highcharts
- how to add dynamic series in highcharts
- Highcharts context menu button appearing thrice for the same chart
- Get variable from data structure in highstock
- Highcharts should not draw graph if the value is 0
- Highcharts: only display stack labels if there are multiple stacks?
- Too long chart axis label title
- Wrong date display in Highcharts graph
- Display year in x axis of line graph highcharts
- Highcharts: how to remove selected annotation (which was dynamically created)?
- How to move point's label and SVGs by moving a point graphic in highcharts gantt?
- How can i use arrays in Highcarts?
- Range selector input fields can't edit after hide() show()
- How to display highcharts in ng-repeat angularjs
- Highcharts - Series data from MySQL in the expected format
- how do you create highstock multi line chart in highcharts
- highcharts column graph tooltip need to close when mouseout the cursor from the graph
- how to stop ajax call in live highcharts when no new data
- Highcharts 3.0 version changes in exporting options?
- How to get the period value from SMA technical indicators in highcharts?
- The opposite X aXis series is not showed in the navigator