zhaosheng808 opened a new issue #12899: URL: https://github.com/apache/incubator-echarts/issues/12899
### Version 4.8.0 ### Steps to reproduce 按照官网配置项配置legend 的圆角 设置后圆角效果无效,在官网给出的demo中配置也无效 单独设置和分别设置都无效 [https://echarts.apache.org/zh/option.html#legend.borderRadius](https://echarts.apache.org/zh/option.html#legend.borderRadius) ``` // 单独设置 legend: { borderRadius: 14 }, // 分别设置 legend: { borderRadius: [14, 14, 14, 14] }, ``` ### What is expected? 圆角效果需要根据传递的值发生变化 ### What is actually happening? 圆角效果未发生变化 官网配置项截图  <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE --> ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
