Highcharts chart option backgroundColor:'transparent' showing black on IE 8

前端 未结 7 813
小鲜肉
小鲜肉 2020-12-08 12:41

Highcharts chart option backgroundColor:\'transparent\' showing black on IE 8

histogram = new Highcharts.Chart({
              


        
相关标签:
7条回答
  • 2020-12-08 13:33

    If you can access the highcharts.js file go to the backgroundColor line (around 479) and change line like backgroundColor:"rgba(255, 255, 255, 0)". It will change all backgrounds of the charts to transparent

    0 讨论(0)
提交回复
热议问题