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] MarkArea in Bar Chart still does not fill area behind bars #20450

Open
alexdohm opened this issue Oct 24, 2024 · 1 comment
Open

[Bug] MarkArea in Bar Chart still does not fill area behind bars #20450

alexdohm opened this issue Oct 24, 2024 · 1 comment
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.

Comments

@alexdohm
Copy link

Version

5.5.1

Link to Minimal Reproduction

https://codepen.io/teknopup/pen/QWeOMaR

Steps to Reproduce

I took your markArea for line chart and changed it to a bar chart:

https://echarts.apache.org/examples/en/editor.html?c=line-sections&version=5.5.1

Current Behavior

I thought that this was supposed to be fixed in :
#17098

However the fill still does not cover the entire bar chart. Is there something missing here?

Expected Behavior

The entire bar is covered by the mark area instead of only half

Environment

- OS: Mac Sononma
- Browser: Chrome
- Framework: Vue@3

Any additional comments?

No response

@alexdohm alexdohm added the bug label Oct 24, 2024
@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 Oct 24, 2024
@alexdohm alexdohm changed the title [Bug] MarkArea in Bar Chart still does not full area behind bars [Bug] MarkArea in Bar Chart still does not fill area behind bars Oct 24, 2024
@helgasoft
Copy link

xAxis.boundaryGap: false should not be used for bars with markArea - Demo
📌 please close issue if problem solved.

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

4 participants
@helgasoft @alexdohm and others