Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] dataZoom current data shadow line does not match with series line #19930

Open
stpeyyee opened this issue May 13, 2024 · 1 comment
Open
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.

Comments

@stpeyyee
Copy link

Version

^5.1.1

Link to Minimal Reproduction

Steps to Reproduce

Example options

options = {
  xAxis: [
    {
      type: "time",
    }
  ],
  yAxis: [
    {
      type: "value",
    }
  ],
  dataset: [
    {
      dimension: [
        { name: 'timestamp', type: 'time' },
        { name: 'value', type: 'float' }
      ],
      id: '01',
      source: [
        { value: 854.548, timestamp: Mon Nov 13 2023 22: 40:00 GMT +0700(Indochina Time) },
        { value: 845.63, timestamp: Mon Nov 13 2023 22: 45:00 GMT +0700(Indochina Time) },
        ....
      ]
    }
  ],
  dataZoom: [
    {
      type: "slider",
      xAxisIndex: [0],
      startValue: lhs,
      endValue: rhs,
      filterMode: "none",
      moveHandleSize: 12
    }
  ]
}

Current Behavior

image

Expected Behavior

image
image

Environment

- OS: Windows
- Browser: Google chrome
- Framework: React.js

Any additional comments?

No response

@stpeyyee stpeyyee added the bug label May 13, 2024
@echarts-bot echarts-bot bot added en This issue is in English pending We are not sure about whether this is a bug/new feature. labels May 13, 2024
@helgasoft
Copy link

possibly related to #18754

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

2 participants