fix(dataZoom): data shape distribution for time axis#16978
fix(dataZoom): data shape distribution for time axis#16978100pah merged 6 commits intoapache:masterfrom
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 😭 |
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? |
|
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
|
Does this address #13408 or nah? Spoiler: it only half fixes it. It fixes the time series issue but not the step line issue. |
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