q125090728 opened a new issue #10041: IE下环图的 borderColor 显示异常
URL: https://github.com/apache/incubator-echarts/issues/10041
 
 
   <!--
   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)'
                 }
               }
             },
   边框颜色怎么改都不生效,谷歌下是正常的

----------------------------------------------------------------
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