-
Notifications
You must be signed in to change notification settings - Fork 19.7k
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
Comments
This comment has been minimized.
This comment has been minimized.
@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. 🤗 TRANSLATEDTITLE [Bug] Line Chart Drawing uses Data Zoom after the line segments are messed up BODY Version5.4.3 Link to Minimal Reproductionhttps://codesandbox.io/s/compassionate-mayer-qss457?file=/src/index.js Steps to Reproduce
Current BehaviorIn the above way, you can see that the line segments of the chart are messed up Expected BehaviorThe expected screen is as follows, there should not be any line segments messed up 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" |
#18960 也许可以修复此问题。 |
我嘗試加入 "animation": false 但是沒有解決這個問題 |
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. |
Version
5.4.3
Link to Minimal Reproduction
https://codesandbox.io/s/compassionate-mayer-qss457?file=/src/index.js
Steps to Reproduce
Current Behavior
用上方的方式可以看到chart的線段亂掉
Expected Behavior
預期畫面如下,不應該有任何線段亂掉
Environment
Any additional comments?
當設定 "filterMode": "filter" 的時候就會發生上述問題,但改成 "filterMode": "none" 的時候就不會發生
我想確定這是否是echart的bug,還是這是正常的現象 (but why?)
The text was updated successfully, but these errors were encountered: