jouryfirst opened a new issue, #16909:
URL: https://github.com/apache/echarts/issues/16909

   ### Version
   
   5.2.1+
   
   ### Link to Minimal Reproduction
   
   
https://echarts.apache.org/examples/zh/editor.html?c=doc-example/aria-pie&version=5.2.1
   
   ### Steps to Reproduce
   
   option = {
     aria: {
       enabled: true
     },
     legend: {
       itemStyle: {
         decal: 'none'
       }
     },
     title: {
       text: '某站点用户访问来源',
       left: 'center'
     },
     series: [
       {
         name: '访问来源',
         type: 'pie',
         data: [
           { value: 335, name: '直接访问' },
           { value: 310, name: '邮件营销' },
           { value: 234, name: '联盟广告' },
           { value: 135, name: '视频广告' },
           { value: 1548, name: '搜索引擎' }
         ]
       }
     ]
   };
   
   ### Current Behavior
   
   The docs say that while legend.itemStyle.decal is set to be 'none', no decal 
will be used.
   I've set legend.itemStyle.decal to 'none', But the decal is still visible in 
V5.2.1+
   
![issue1](https://user-images.githubusercontent.com/32251085/163940708-93239786-11b0-4fcf-b641-a73ea6f0e0f7.jpg)
   
![issue2](https://user-images.githubusercontent.com/32251085/163940723-9e25e255-d72c-4885-8e74-250de6624d10.jpg)
   
   
   
   ### Expected Behavior
   
   as in the version 5.2.0, legend will be a solid color while 
legend.itemStyle.decal set 'none'
   
   ### Environment
   
   _No response_
   
   ### Any additional comments?
   
   _No response_


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to