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] Radar chart drawing error, it should not be two overlapping charts. #19281

Open
MimiZhang11 opened this issue Nov 8, 2023 · 7 comments
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.

Comments

@MimiZhang11
Copy link

Version

V5.0.0 - V5.4.3

Link to Minimal Reproduction

https://echarts.apache.org/examples/zh/editor.html?c=radar&version=5.4.3

Steps to Reproduce

1.Open the URL above to reproduce it.

Current Behavior

From the example in the URL, I only configured one set of data, but it appears that there are two graphs that are overlaid together.

Expected Behavior

A set of data should be plotted reasonably without overlapping parts.

Environment

- OS:
- Browser: Chromium version	118.0.5993.118
- Framework:

Any additional comments?

No response

@MimiZhang11 MimiZhang11 added the bug label Nov 8, 2023
@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 Nov 8, 2023
@helgasoft
Copy link

agree that radar chart is a little confusing. Consider radar.indicator as the circular axis and series.data - the two polylines drawn.
See also #19182

@Ovilia
Copy link
Contributor

Ovilia commented Nov 8, 2023

@MimiZhang11 What do you expect to get? Two radar charts?

@MimiZhang11
Copy link
Author

@MimiZhang11 What do you expect to get? Two radar charts?
No, I think there should only be one graph generated from a set of data. Like this:
44444

@MimiZhang11
Copy link
Author

@MimiZhang11 What do you expect to get? Two radar charts?

@helgasoft
Copy link

duplicate of #16925, #19236 ?

@MimiZhang11
Copy link
Author

duplicate of #16925, #19236 ?

Yes, it's the same error.

@MimiZhang11
Copy link
Author

MimiZhang11 commented Nov 9, 2023

@Ovilia I also noticed a strange thing. When I opened my URL in the browser of the virtual machine, the image turned out to be normal and there were no errors, but when I opened it in the browser of the local machine, there were errors.

It has nothing to do with what browser to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

3 participants