apache / echarts

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

[Bug] The bar series do not clip on data zoom with the filter mode set to none and the x axis type set to time #20503

Open Wallstrider opened 3 days ago

Wallstrider commented 3 days ago

Version

5.5.1

Link to Minimal Reproduction

https://codepen.io/wallstrider/pen/QWezRQb

Steps to Reproduce

Zoom in

Current Behavior

When zooming the bars intersect with the y axis and show outside of the grid

Expected Behavior

When zooming the bars do not intersect with the y axis and clip outside of the grid

Environment

- OS: Windows 11
- Browser: any
- Framework: none

Any additional comments?

Reproduces only with following configuration:

  1. xAxis type: time
  2. series type: bar
  3. dataZoom filter mode: none
helgasoft commented 2 days ago

duplicate of #19972, #20421 and others 📌 Please search existing issues before submitting a new one.