Highcharts
opción de gráfico que backgroundColor:'transparent'
muestra negro enIE 8
histogram = new Highcharts.Chart({
chart: { renderTo: 'histogram', defaultSeriesType: 'bar',
backgroundColor:'transparent'
}
Esto funciona bien en I.E 9
y otros, pero falla en IE 8 y Safari, ¿alguien tiene idea de por qué?