-
Notifications
You must be signed in to change notification settings - Fork 19.8k
fix: When showMinLabel&showMaxLabel are set to true, the second item will be hidden(#20997) #21013
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
base: master
Are you sure you want to change the base?
Conversation
Thanks for your contribution! |
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.
I think the reason why it only supports category is that for value axis, it's meaningless to display labels with interval 0. |
Brief Information
This pull request is in the type of:
What does this PR do?
When showMinLabel&showMaxLabel are set to true, the second item will be hidden(
Fixed issues
Details
Before: What was the problem?
When setting showMinLabel and showMaxLabel to true, the label at the second position will be hidden
After: How does it behave after the fixing?
When setting showMinLabel and showMaxLabel to true, the label at the second position will not be hidden
Document Info
One of the following should be checked.
Misc
ZRender Changes
Related test cases or examples to use the new APIs
N.A.
Others
Merging options
Other information