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

[Feature] the radar Labels display on the periphery of the series line #20140

Closed
comvir opened this issue Jul 10, 2024 · 4 comments
Closed

[Feature] the radar Labels display on the periphery of the series line #20140

comvir opened this issue Jul 10, 2024 · 4 comments
Labels
en This issue is in English support topic: radar

Comments

@comvir
Copy link

comvir commented Jul 10, 2024

What problem does this feature solve?

look like sketch
image

What does the proposed API look like?

type:"radar",
label:{
    //optional words: periphery、edge、ring
    position:'periphery'
}
@echarts-bot echarts-bot bot added en This issue is in English pending We are not sure about whether this is a bug/new feature. labels Jul 10, 2024
@helgasoft
Copy link

see data.label
image

📌 please close issue if problem solved.

@comvir
Copy link
Author

comvir commented Jul 11, 2024

see data.label image

📌 please close issue if problem solved.

It doesn't seem to meet expectations. Labels need to be displayed on the periphery of the outline of the series line.

@Ovilia
Copy link
Contributor

Ovilia commented Jul 11, 2024

Labels should be shared with different series in the same radar chart. So it's theoretically wrong to should labels at the position of one series. That being said, you could use label.formatter to decide what text to be displayed.

@Ovilia Ovilia added support topic: radar waiting-for: author and removed new-feature pending We are not sure about whether this is a bug/new feature. labels Jul 11, 2024
@comvir
Copy link
Author

comvir commented Jul 11, 2024

Labels should be shared with different series in the same radar chart. So it's theoretically wrong to should labels at the position of one series. That being said, you could use label.formatter to decide what text to be displayed.

You're right, I'll educate our designers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
en This issue is in English support topic: radar
3 participants