-
Notifications
You must be signed in to change notification settings - Fork 473
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
extend x-axis ticks when working with dates #489
Comments
@hamilton See what you think of this last commit. |
looks good to me. |
Renamed the option to |
Trying to consolidate all issues to do with axes and min, max values. It looks like we can keep track of this in #456, so I'll close this. |
The current method for drawing the x-axis ticks when the x accessor targets dates often leaves big gaps between the axis and the left margin. This confuses users and is inelegant. We have a few stopgaps to ameliorate the design issue, but we have decided that it simply makes more sense to extend the x-axis ticks past the range of the line, so that we 1.) get the same design effect, and 2.) remove any chance of too-short axes.
This will effectively solve a few other issues: #458, #456.
The text was updated successfully, but these errors were encountered: