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] Line Chart 畫圖使用Data Zoom後線段亂掉 #18968

Open
qwas368 opened this issue Aug 8, 2023 · 5 comments
Open

[Bug] Line Chart 畫圖使用Data Zoom後線段亂掉 #18968

qwas368 opened this issue Aug 8, 2023 · 5 comments

Comments

@qwas368
Copy link

qwas368 commented Aug 8, 2023

Version

5.4.3

Link to Minimal Reproduction

https://codesandbox.io/s/compassionate-mayer-qss457?file=/src/index.js

Steps to Reproduce

  1. 點選上面的連結
  2. (Optional for performance) 複製出 Option 到 Official Editor
  3. 拖動 zoom slider 左手方使 chart 縮放

Current Behavior

用上方的方式可以看到chart的線段亂掉
image

Expected Behavior

預期畫面如下,不應該有任何線段亂掉
image

Environment

- OS:  Windows 10
- Browser: Chrome
- Framework: Angular

Any additional comments?

當設定 "filterMode": "filter" 的時候就會發生上述問題,但改成 "filterMode": "none" 的時候就不會發生
我想確定這是否是echart的bug,還是這是正常的現象 (but why?)

@qwas368 qwas368 added the bug label Aug 8, 2023
@echarts-bot echarts-bot bot added the missing-title This issue is missing a descriptive title. label Aug 8, 2023
@echarts-bot echarts-bot bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2023
@echarts-bot

This comment has been minimized.

@qwas368 qwas368 changed the title [Bug] [Bug] Line Chart 畫圖使用Data Zoom後線段亂掉 Aug 8, 2023
@echarts-bot echarts-bot bot added the pending We are not sure about whether this is a bug/new feature. label Aug 8, 2023
@echarts-bot echarts-bot bot reopened this Aug 8, 2023
@echarts-bot echarts-bot bot removed the missing-title This issue is missing a descriptive title. label Aug 8, 2023
@echarts-bot
Copy link

echarts-bot bot commented Aug 8, 2023

@qwas368 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗

TRANSLATED

TITLE

[Bug] Line Chart Drawing uses Data Zoom after the line segments are messed up

BODY

Version

5.4.3

Link to Minimal Reproduction

https://codesandbox.io/s/compassionate-mayer-qss457?file=/src/index.js

Steps to Reproduce

  1. Click the link above
  2. (Optional for performance) Copy Option to Official Editor
  3. Drag the left hand side of the zoom slider to make the chart zoom

Current Behavior

In the above way, you can see that the line segments of the chart are messed up
image

Expected Behavior

The expected screen is as follows, there should not be any line segments messed up
image

Environment

- OS:
-Browser:
- Framework:

Any additional comments?

The above problem occurs when "filterMode": "filter" is set, but it does not happen when it is changed to "filterMode": "none"
I'm trying to figure out if this is a bug with echart or if this is normal behavior (but why?)

@plainheart
Copy link
Member

#18960 也许可以修复此问题。

@plainheart plainheart added topic: line animation and removed pending We are not sure about whether this is a bug/new feature. labels Aug 8, 2023
@qwas368
Copy link
Author

qwas368 commented Aug 9, 2023

#18960 也许可以修复此问题。

我嘗試加入 "animation": false 但是沒有解決這個問題

@plainheart plainheart added this to the TBD milestone Aug 9, 2023
@ZachLegros
Copy link

I encountered the same issue while building my product with a large dataset. It seems like #18960 is a viable fix to this issue based on some testing I have done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants