score:2
Accepted answer
My guess is that IE is choking on the trailing commas at the end of your javascript objects:
marker: {
enabled: false,
states: {
hover: {
enabled: true,
symbol: 'circle',
radius: 2,
lineWidth: 1, <-- IE doesn't like that comma!
}
}
}
Remove it and the other ones like it.
Source: stackoverflow.com
Related Articles
- Highcharts JSON graph not showing in IE
- HighCharts Bubble graph JSON as data source
- Legend and Axis titles not showing in Highcharts Graph
- Legend and Axis titles not showing in Highcharts Graph
- Rails collecting and rendering JSON data in to a Highcharts graph
- passing json values to highcharts from .net code behind
- passing formatting JavaScript code to HighCharts with JSON
- highcharts 2 variable JSON (Date, Value) not showing correctly
- Single Quotes not showing up properly in HighCharts graph
- Plot a bar graph using Highcharts drilldown with two different JSON end points
- highcharts bar graph from json
- Highcharts - JSON series data not showing correctly
- Highcharts not showing graph elements or xAxis
- Highcharts using JSON - graph not displaying mysql data
- Adding a JSON Response to a HighCharts Graph
- Use pandas to convert csv to json for plotting two series instead of one in highcharts highstock graph
- Plot a Highcharts graph from remote JSON file
- Highcharts column graph custom legend formatting not showing legend symbols
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Highcharts Graph Blank Using JSON Data
- Pass JSON Response to Highcharts Basic Line graph
- External JSON into Highcharts Line Graph - Date Parsing Issue
- make highcharts graph with data in json format, with 4-element array
- Highcharts displays series names but missing data points from json source
- JSON format for Highcharts line and bar graph
- Highcharts live chart: JSON showing Strings -- not working
- The graph is not equal on the basis of the addition code in Highcharts
- Highcharts json daily graph
- Highcharts chart option backgroundColor:'transparent' showing black on IE 8
- Reload chart data via JSON with Highcharts
- Highcharts 3D render problem on setState()
- export multiple highcharts with text area for their highcharts to multiple PDF file
- Area charts in Highcharts: min and minPadding for y-axis
- Variable changing value at each function call
- Javascript - Highchart - tooltip position of data points and flags
- Line chart series drilldown to another linechart series
- How do I stop a highmap from zooming in when I click on a point?
- Highcharts: dateTime in milliseconds is not recognized
- Highcharts server side export Pie With Data Labels (phantomjs)
- Convert grouped strftime time to integer
- How to loop through highcharts theme
- How to push data object to Highcharts pie graph
- HighCharts: Reaching options of other charts from point event
- HighCharts load data via Json
- How to embed solid Gauge using highcharts inside a div of a specific size
- Highchart Data from HTML table with <input> values
- Reversed bullet chart in Highcharts
- HighCharts does not contain a constructor that takes 1 argument in ASP.Net MVC C#
- How to draw a donut chart sparkline using highcharts in react?
- Play Framework: PDF'ing a template that uses highcharts JS library via a Job