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] Wrong line area when dataset.dimension[].name is empty string #20756

Open
Justin-ZS opened this issue Feb 13, 2025 · 0 comments
Open

[Bug] Wrong line area when dataset.dimension[].name is empty string #20756

Justin-ZS opened this issue Feb 13, 2025 · 0 comments
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.

Comments

@Justin-ZS
Copy link

Version

5.6.0

Link to Minimal Reproduction

demo

Steps to Reproduce

see the demo

Current Behavior

Image

Expected Behavior

Image
  dataset: [
    {
      dimensions: [
        {
          name: '', // changing to ' ' can fix but why ???
        }
      ],
    }
  ]

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

@Justin-ZS Justin-ZS added the bug label Feb 13, 2025
@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 Feb 13, 2025
@Justin-ZS Justin-ZS changed the title [Bug] Wrong line area when dataset.dimension[].name is empty [Bug] Wrong line area when dataset.dimension[].name is empty string Feb 13, 2025
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

1 participant