echarts [Bug] Linechart bug with low value of dataZoom

7gcisfzg  于 3个月前  发布在  Echarts
关注(0)|答案(3)|浏览(68)

Version

5.4.1

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

Expected Behavior

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

eqzww0vc

eqzww0vc1#

Removing filterMode:'none' will help.

yws3nbqq

yws3nbqq2#

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

nxagd54h

nxagd54h3#

Still need an answer

相关问题