Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] pie chart, when setting border. Gap display bug #20343

Open
a1354585892 opened this issue Sep 13, 2024 · 1 comment
Open

[Bug] pie chart, when setting border. Gap display bug #20343

a1354585892 opened this issue Sep 13, 2024 · 1 comment
Labels
bug pending We are not sure about whether this is a bug/new feature.

Comments

@a1354585892
Copy link

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

- OS:
- Browser:
- Framework:

Any additional comments?

No response

@echarts-bot echarts-bot bot added the pending We are not sure about whether this is a bug/new feature. label Sep 13, 2024
Copy link

echarts-bot bot commented Sep 13, 2024

@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

BODY

Version

5.4.3

Link to Minimal Reproduction

https://echarts.apache.org/examples/en/editor.html?c=pie-borderRadius&code=PYBwLglsB2AEC8sDeAoWszGAG0iAXMmuhgE4QDmFApqYQOQRjUC29xAvgDTHbU3QAJoVQkMoBgFYApPR5i-AMzAMAxtWjNS7dN2IBnWhGr7CA bWLpRY2KuzBVAawDuEQ4TCkArtXk3oAIYs1AwAgqrq-vqwAGKkwGx-YmAAniAhsPQgxnKWJKQBghBeprBm9AAsAAyyXJkA7DX0ALpJJAEAbsAQggAyAQBG1NgA8h202AEEsIoB2IZt6EysAMqpfCJ5Y gPApIK0AEqFxaUAjFWLJDt7tADCOLsMAMSKr7k2V7v7pADqPWAAC0IACYtrA9B9JkNsJsPuh9ADgM5CLN 5r4wegQMB9EwoNA1BotDobBCbKwQACAjjStZIYNhrC4fDEciyD5LmJFDAwCsIAAvDLVDkkLmaH7USgAlS ZHbYQTEj4cMGkhT07C9CDQDK0mwIpEebzUZWXQQBMABcwY5CwDpzHyEC6wQLBNT0cHCpA2u0ZR3OjL0AZulU2T227D22CnOp-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

-OS:
-Browser:
- Framework:

Any additional comments?

No response

@a1354585892 a1354585892 changed the title [Bug] pie饼图,在设置border时。间隙显示bug [Bug] pie chart, when setting border. Gap display bug Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

1 participant