apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
59.81k stars 19.58k forks source link

[Bug] Gaps between stacked bar chart data series #20096

Open ricardoguerreiroOptiply opened 1 month ago

ricardoguerreiroOptiply commented 1 month ago

Version

5.4.2

Link to Minimal Reproduction

https://codepen.io/rjmqvuul-the-bashful/pen/MWMjGrV

Steps to Reproduce

Normal stacked bar

Current Behavior

gaps appear (apparently from the first value of the series) between stack bars which cause the total of the bar to not line up with the y axis

image

previous post reporting the same issue:

https://github.com/apache/echarts/issues/15936

Expected Behavior

I would expect the bars to stack the data series on top of each other without gaps and the total of the series line up to the yaxis value

Environment

- OS: Windows 11
- Browser: Chrome most recent version
- Framework: Angular

Any additional comments?

No response

echarts-bot[bot] commented 2 weeks ago

@ricardoguerreiroOptiply Please provide a demo for the issue either with Official Editor, CodePen, CodeSandbox or JSFiddle.

ricardoguerreiroOptiply commented 6 days ago

@ricardoguerreiroOptiply Please provide a demo for the issue either with Official Editor, CodePen, CodeSandbox or JSFiddle.

link to demo with issue: https://codepen.io/rjmqvuul-the-bashful/pen/MWMjGrV

ricardoguerreiroOptiply commented 2 days ago

i have some urgency in a response to understand if I am doing something wrong and can be fixed on my end, if its a bug and has to be fixed on your end, or if its not possible and I need to use another library