apache / echarts

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

[Bug] Stacked lines aren't spaced properly on the x axis #19869

Open tchaton opened 5 months ago

tchaton commented 5 months ago

Version

5.4.2

Link to Minimal Reproduction

NA

Steps to Reproduce

Create several lines with different sampling distribution on the x axis

The spacing doesn't seem right.

Screenshot 2024-04-26 at 11 54 08

Current Behavior

The spacing on the x axis doesn't seem right

Expected Behavior

The spacing is linear based on the provided values

Environment

- OS: macOS
- Browser: Chrome
- Framework: echarts

Any additional comments?

NA

tchaton commented 5 months ago

Any updates ?