fix(parallel): fix incorrect axis extent when any subsequent series has a larger value than the first#21387
Conversation
|
Thanks for your contribution! Please DO NOT commit the files in dist, i18n, and ssr/client/dist folders in a non-release pull request. These folders are for release use only. |
plainheart
left a comment
There was a problem hiding this comment.
Hi, thanks for your contribution! Please add some test cases for this change.
|
The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-21387@936e870 |
|
Congratulations! Your PR has been merged. Thanks for your contribution! 👍 |
Brief Information
This pull request is in the type of:
What does this PR do?
Calculate the correct axis extent for parallel axes when any series after the first has a larger value than the first series.
demo
Fixed issues
Details
Before: What was the problem?
parallel lines are being drawn off the ends of the axes when a value in a series after the first has a larger value
After: How does it behave after the fixing?
The axis is now being calculated correctly
Document Info
One of the following should be checked.
Misc
Security Checking
ZRender Changes
Related test cases or examples to use the new APIs
N.A.
Merging options
Other information