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] stack isn't working when xaxis type='value' #16765

Open
sywwww opened this issue Mar 29, 2022 · 3 comments
Open

[Bug] stack isn't working when xaxis type='value' #16765

sywwww opened this issue Mar 29, 2022 · 3 comments
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature. waiting-for: community

Comments

@sywwww
Copy link

sywwww commented Mar 29, 2022

Version

5.3.0

Link to Minimal Reproduction

No response

Steps to Reproduce

option = {
  xAxis: {
    type: 'value',
  },
  yAxis: {
    type: 'value'
  },
  series: [
    {
      data: [[1,120], [2,200], [5,150]],
      type: 'bar',
      stack: 'all'
    },
    {
      data: [[1,120], [2,200], [5,150]],
      type: 'bar',
      stack: 'all'
    }
  ]
};

Current Behavior

cahrt

Expected Behavior

two bar series stack

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

@sywwww sywwww added the bug label Mar 29, 2022
@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. waiting-for: community labels Mar 29, 2022
@jiawulin001
Copy link
Member

This is a similar problem as #16744, for which I have submitted PR. Please check it out.

@sywwww
Copy link
Author

sywwww commented Mar 30, 2022

@jiawulin001 ok,thank you!

@helgasoft
Copy link

duplicate of #15102

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. waiting-for: community
Projects
None yet
Development

No branches or pull requests

3 participants