echarts-bot[bot] commented on issue #16909: URL: https://github.com/apache/echarts/issues/16909#issuecomment-1102148192
@jouryfirst It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗 <details><summary><b>TRANSLATED</b></summary><br> **BODY** ### Version 5.2.1+ ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=doc-example/aria-pie&version=5.2.1 ### Steps to Reproduce option = { aria: { enabled: true }, legend: { itemStyle: { decal: 'none' } }, title: { text: 'A site's user access source', left: 'center' }, series: [ { name: 'Access source', type: 'pie', data: [ { value: 335, name: 'Direct access' }, { value: 310, name: 'email marketing' }, { value: 234, name: 'affiliate ad' }, { value: 135, name: 'video ad' }, { value: 1548, name: 'search engine' } ] } ] }; ### 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+   ### 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_ </details> -- 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]
