-
Notifications
You must be signed in to change notification settings - Fork 19.8k
fix(dataZoom): data shape distribution for time axis #16978
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
Conversation
Thanks for your contribution! |
I'm also fixing related problems at #17311 . I will check the logic more carefully later. Thanks for your contribution! |
Hello! Is there a plan to merge this PR anytime soon? |
I am also waiting for this fix. What are your plans? |
Merge would be great. I need this fix for my app. |
It would be great to ship it. Need also this fix in my application. |
Here is issue that can use workaround from this PR: |
When will this be available for use? Without this I cannot use data zoom slider in my project. |
I really could use this fix. When will this be available to use? |
Add it, please. |
When can you add it? |
Fix PR pending for two years 😭 |
Should we spam somehow this topic in anticipation of the answer? I give you some possible options. I hope it will help you to respond to the community:
Choose wisely. We will know what to do next... 😞 |
@pchrzaszczewski Woah easy there. I get the frustration though. I am going to create a pnpm patch based on the fixes in the PR and just pin the echarts version in my dependencies. Not great, but I assume at some point it will get fixed. |
Does my code still work in the current version? I am willing to improve it and update it if necessary |
@noahhai I'm grateful that you responded. We can see that something is happening ;) I've been patient for 2 years 💪 It is always better to at least know if there is a plan or not. |
I'm still waiting |
Can we just deploy this pleasE? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good.
Still hoping for this fix too! |
@andrearoota fixed the mismatch between the chart and dataZoom. It works well in my setup—thank you, @andrearoota! |
Lets get this in please |
This patch, made possible thanks to @andrearoota, worked perfectly in my setup while waiting for the official merge.
|
Any news for this PR to be merged? |
To reviewers: If this PR is going to be described in the changelog in the future release, please make sure this PR has one of the following labels: This message is shown because the PR description doesn't contain the document related template. |
Congratulations! Your PR has been merged. Thanks for your contribution! 👍 |
fix(dataZoom): fix cases with dataset, relates to #16978
fix(dataZoom): fix the case when first value is NaN, relates to #16978
Brief Information
This pull request is in the type of:
What does this PR do?
Fix render data shadow line with data not equally distributed in time axis
Fixed issues
#16924
#15921
#16980
Details
Before: What was the problem?
Data shadow line in bottom dataZoom does not match with serie line on graph
After: How is it fixed in this PR?
If type of axis is set to "time", scale the original axis data range to dataZoom axis range
I used this mathematical formula
Misc
Related test cases or examples to use the new APIs
N.A.
Others
Merging options
Other information