Highcharts chart option backgroundColor:\'transparent\' showing black on IE 8
Highcharts
backgroundColor:\'transparent\'
IE 8
histogram = new Highcharts.Chart({
Try this solution:
histogram = new Highcharts.Chart({ chart: { renderTo: 'histogram', defaultSeriesType: 'bar', backgroundColor:'rgba(255, 255, 255, 0.0)' }