Highcharts
chart option backgroundColor:'transparent'
showing black on IE 8
histogram = new Highcharts.Chart({ chart: { renderTo: 'histogram', defaultSeriesType: 'bar', backgroundColor:'transparent' }
This works fine on I.E 9
and others but fails on I.E 8 and Safari anyone has any idea why ?
Can you try this -
backgroundColor: null
See on: jsfiddle
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With