You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@a1354585892 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. 🤗
TRANSLATED
TITLE
[Bug] pie chart, when setting border. Gap display bug
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
a1354585892
changed the title
[Bug] pie饼图,在设置border时。间隙显示bug
[Bug] pie chart, when setting border. Gap display bug
Sep 13, 2024
Version
5.4.3
Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=pie-borderRadius&code=PYBwLglsB2AEC8sDeAoWszGAG0iAXMmuhgE4QDmFApqYQOQRjUC29xAvgDTHbU3QAJoVQkMoBgFYApPR5i-AMzAMAxtWjNS7dN2IBnWhGr7CAbWLpRY2KuzBVAawDuEQ4TCkArtXk3oAIYs1AwAgqrq-vqwAGKkwGx-YmAAniAhsPQgxnKWJKQBghBeprBm9AAsAAyyXJkA7DX0ALpJJAEAbsAQggAyAQBG1NgA8h202AEEsIoB2IZt6EysAMqpfCJ5YgPApIK0AEqFxaUAjFWLJDt7tADCOLsMAMSKr7k2V7v7pADqPWAAC0IACYtrA9B9JkNsJsPuh9ADgM5CLN5r4wegQMB9EwoNA1BotDobBCbKwQACAjjStZIYNhrC4fDEciyD5LmJFDAwCsIAAvDLVDkkLmaH7USgAlSZHbYQTEj4cMGkhT07C9CDQDK0mwIpEebzUZWXQQBMABcwY5CwDpzHyEC6wQLBNT0cHCpA2u0ZR3OjL0AZulU2T227D22CnOp-hgBINg5p5JXoRMcADcQA
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
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: