apache / echarts

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

[Bug] Linechart bug with low value of dataZoom #18734

Open winkyBrain opened 1 year ago

winkyBrain commented 1 year ago

Version

5.4.1

Link to Minimal Reproduction

https://codesandbox.io/s/stacked-line-chart-forked-es9qgk?file=/index.js

Steps to Reproduce

  1. xAxis: { type: "category", boundaryGap: true, },

  2. dataZoom: [ { type: "slider", start: 45, end: 55, filterMode: "none" }

  3. Done

Current Behavior

Screenshot_1

Expected Behavior

Screenshot_2

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

helgasoft commented 1 year ago

Removing filterMode:'none' will help.

winkyBrain commented 1 year ago

But i need filterMode:'none' behavior for my tasks

winkyBrain commented 1 year ago

Still need an answer