[Bug] MarkArea in Bar Chart still does not fill area behind bars
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### 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 :
https://github.com/apache/echarts/pull/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
```markdown
- OS: Mac Sononma
- Browser: Chrome
- Framework: Vue@3
```
### Any additional comments?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.