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

   ### What problem does this feature solve?
   
   
文档中[带圆角的堆积柱状图demo](https://echarts.apache.org/examples/zh/editor.html?c=bar-stack-borderRadius)通过遍历数据算出需要圆角的元素,在隐藏部分图例时显示会出现问题(如下图)
   
   <img width="1033" alt="Image" 
src="https://github.com/user-attachments/assets/957bec32-13bd-4b45-8534-e2de8bc646f8";
 />
   
   是否可以添加一个配置项(例如VCharts中的stackCornerRadius),能够更简单地配置整体圆角效果?
   
   ### What does the proposed API look like?
   
   ```typescript
   interface BarSeriesOption {
     stackCornerRadius: number | number[];
   }
   ```


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