-
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
Fixed last tick overlap for time scale #2749
Conversation
It seems that this PR has been open for a while, what do you think about it @etimberg @tannerlinsley @simonbrunel? To me this just seems like a less complete version of #2600 |
Agreed |
Closing as #2600 seems to be a better implementation of the same solution |
Thanks for this fix @ankane, this issue still hasn't been resolved and your solution seems to work very nicely! |
Hey everyone, Still experiencing the issue. |
No ticks should overlap each other. We're currently focused on 3.0, which has numerous bug fixes. If you can reproduce with 3.0.0-alpha please file a new bug with an interactive example to reproduce and we'll take a look |
Should they overlap in 2.9.3? This is the version I'm using. |
Overlapping labels always seems like a bad experience to me. So they "shouldn't", but that being said I personally don't have time to make fixes to 2.x anymore. I know that 3.x does have some fixes such as #6927 that have the potential to fix this issue though I'm not sure if it does or not without testing |
In my case they overlap when I set min/max. I simply removed boundary ticks. I am a beginner so I can hardly contribute to solving this. Hopefully this will be resolved in 3.x! |
First off, thanks for all the great work on this library!
This is a fix for #2599. It hides the last label unless it's equally spaced.