[Bug] pie chart, when setting border. Gap display bug
Author: a1354585892Created Sep 13, 2024Updated Sep 13, 2026
Labelsbugpendingstale
Version
5.4.3
Link to Minimal Reproduction
Steps to Reproduce
Official example: rounded donut chart If the data is data: [ { value: 1, name: 'a' }, { value: 0, name: 'b' }, { value: 0, name: 'c' }, ]], the border will be displayed normally. If the data is data: [ { value: 0, name: 'c' }, { value: 0, name: 'b' }, { value: 1, name: 'a' }, ], the border disappears
Current Behavior
as shown above
Expected Behavior
I hope the border will be displayed normally.
Environment
- OS:
- Browser:
- Framework:Any additional comments?
No response
Source: apache/echarts