-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(coordinateGridMixin): useTopXAxis #1816
Conversation
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.
Thanks @aberenyi! Overall the changes look great.
As a matter of policy, we usually don't try to adjust margins automatically. The interaction of features gets really complicated and we would have to devise a strategy (perhaps using flexbox) rather than writing special case logic everywhere.
So for now we leave this in control of the user. In this case it's better to change the example.
Also I found the double ?:
confusing so I made a suggestion there.
courtesy of @gordonwoodhull Co-authored-by: Gordon Woodhull <gordon@woodhull.com>
courtesy of @gordonwoodhull Co-authored-by: Gordon Woodhull <gordon@woodhull.com>
Rebased and merged; released in 4.2.5 |
Thanks @aberenyi! |
@gordonwoodhull could you please cast your eye over this?