fanwww opened a new issue, #21418: URL: https://github.com/apache/echarts/issues/21418
### Version 6.0.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=pie-simple ### Steps to Reproduce 把 labelLine.smooth从true改为false不生效 series: [ { name: 'Access From', type: 'pie', radius: '50%', data: [ { value: 1048, name: 'Search Engine' }, { value: 735, name: 'Direct' }, { value: 580, name: 'Email' }, { value: 484, name: 'Union Ads' }, { value: 300, name: 'Video Ads' } ], labelLine:{ smooth:true, }, emphasis: { itemStyle: { shadowBlur: 10, shadowOffsetX: 0, shadowColor: 'rgba(0, 0, 0, 0.5)' } } } ] ### Current Behavior 为false时.图表渲染后,通过界面操作把smooth修改为true,生效,之后再把smooth改为false就不生效了, 如果渲染时就是true,后续改为false也不会生效 ### Expected Behavior 为true时是曲线,false时是折线 ### Environment ```markdown - OS: - Browser: - Framework: ``` ### 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]
