Highcharts
backgroundColor:'transparent'
검정색으로 표시되는 차트 옵션IE 8
histogram = new Highcharts.Chart({
chart: { renderTo: 'histogram', defaultSeriesType: 'bar',
backgroundColor:'transparent'
}
이것은 잘 작동 I.E 9
하지만 IE 8 및 Safari에서는 실패합니다.