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 Query
- Highcharts JSON graph not showing in IE
- Legend and Axis titles not showing in Highcharts Graph
- Legend and Axis titles not showing in Highcharts Graph
- highcharts 2 variable JSON (Date, Value) not showing correctly
- Single Quotes not showing up properly in HighCharts graph
- Highcharts - JSON series data not showing correctly
- Highcharts not showing graph elements or xAxis
- Highcharts using JSON - graph not displaying mysql data
- Highcharts column graph custom legend formatting not showing legend symbols
- HighCharts Bubble graph JSON as data source
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Highcharts live chart: JSON showing Strings -- not working
- The graph is not equal on the basis of the addition code in Highcharts
- Highcharts Error #16: charts not showing on the same page
- Highcharts Pie Chart Drilldown not showing on third drill
- Why are the labels for my opposite yaxis in Highcharts not showing up?
- Highcharts line chart tooltips not showing correctly?
- Highcharts spline chart points not showing unless zoomed in
- Highcharts - Multiple Axis Graph not displaying labels
- Highcharts not displaying series data for graph with multiple Y-axes
- HighCharts chart export (screenshot download) does not display Navigator graph
- Highcharts - update column graph with setData() not working
- highcharts xaxis navigator not showing
- Highcharts not showing tooltip after update from null
- Rails collecting and rendering JSON data in to a Highcharts graph
- Data Not Showing in Highcharts
- wkhtmltoimage does not show gridlines of highcharts graph
- DataLabels in Highcharts are outside the container / not showing
- HighCharts Pie chart, 50+ labels, not showing all of them
- Highcharts tooltip not showing on chrome
More Query from same tag
- HighCharts Line xas datetime
- Change a highchart subtittle
- How to disable interaction animations on line chart but keep tooltips?
- Highcharts display priority of overlapping labels
- Stacked Highcharts- How to plot a given point and remove color from the stack block
- Highchart: xAxis Label text not displayed when plotting 2 points
- How to make the full million value show up on y-axis and tooltip (Highcharts)
- How to have different cursor style for legends in Highcharts?
- Highcharts - How to hide series name and Y value in tooltip
- Highcharts should not draw graph if the value is 0
- Why isn't my highcharts chart getting reset/destroyed properly?
- How can we plot Highcarts organization chart in R language?
- highcharts datatable - function parameters
- Array values returning undefined in console/Round array elements to integers
- HIghcharts column graph with more than 50 data points
- how to get each key and value from object in javascript for high chart graph
- Highcharts plotbands text should not overlap with columns
- Highcharts label grouping
- start value in y-axis in HighChart
- Snap to month in highchart stock navigator
- Columns not stacking up with HighCharterR in the tooltip
- Highchart Heatmap shows index number in YAxis
- Changing number of columns based on the zoom level : HighChart (column chart type)
- Highcharts Navigator shows datetime in milliseconds
- Highcharts hover bug - with video to demonstrate
- How can I add both plotLines and plotBands to a HighStocks graph using HighChart?
- Highcharts annotations text to print in graph
- Hide the charts
- Javascript: TinyMCE + Highcharts
- How can I install highcharts-angular *and* highcharts?