-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
autoSkip: properly calculate space needed by tick label #5922
Conversation
59be062
to
c6d57de
Compare
|
I have the same feeling as @benmccann about rotation. The problem in the current |
@simonbrunel I didn't notice that there was a check for |
I may be wrong, but I don't see new issue here:
I agree that |
Rebased and applied new |
I believe that both |
Thanks @kurkle |
Pen with issue fixed: https://codepen.io/kurkle/pen/XodZJW
Pen with modified test case (it really needs that many labels now): https://codepen.io/kurkle/pen/JwKErL
Updated based on conversation with @simonbrunel and excellent pen he made:
https://codepen.io/simonbrunel/pen/VqjBmx
Now also enabled for vertical axes, and fixes #5917
https://codepen.io/kurkle/pen/ZVOmep
Multiline labels (these are not centered properly, but thats another thing):
https://codepen.io/kurkle/pen/LMZMGq
Closes #5252
Fixes #5893
Fixes #5917