q125090728 opened a new issue #10042: IE下环图borderColor颜色异常
URL: https://github.com/apache/incubator-echarts/issues/10042
 
 
   Version
   3.8.5
   
   Steps to reproduce
   IE下环图的边框颜色显示异常,无法启用代码中颜色
   series: {
               itemStyle: {
                 normal: {
                   borderWidth: 4,
                   borderColor: '#202846',
                   label: {
                     show: true,
                     formatter: '{c}',
                     textStyle: {
                       fontSize: '12'
                     }
                   },
                 },
                 emphasis: {
                   borderWidth: 0,
                   shadowOffsetX: 0,
                   shadowColor: 'rgba(0, 0, 0, 0.5)'
                 }
               }
             },
   What is expected?
   边框颜色显示正常
   
   What is actually happening?
   IE下边框颜色不显示,谷歌下正常。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to