-
Notifications
You must be signed in to change notification settings - Fork 35
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
text of y-axis overlaps sometimes #152
Comments
This issue has two disparate parts:
|
A related consideration is that the vertical axis should not overlap the labels regardless of whether it is values or time that is displayed. |
In other words the labeling should not overlap when (x, y) = (time, value) or (x, y) = (value, time). |
Also applies to x-axis. |
Not sure if this is the same as #79
When the y-axis is set to 0 - 7, it looks like this and the numbers overlap:

Setting the y-axis to 0 - 8, it looks much nicer:

As a user, I'd like the default settings to ensure that the text of the y-axis never overlaps.
As a user, I'd like the ability to define a "tick" or "step" in the graph config which says "Show a horizontal line every x". So setting it to
.5
would show 0, .5, 1, 1.5, 2, 2.5 etc and setting it to .1 would show 0, .1, .2, .3, .4, .5. In this case, if the user overrides the default, the text can overlap.The text was updated successfully, but these errors were encountered: