-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Gap for tick labels #883
Comments
There's a hacky to do this right now using invisible ticks: http://codepen.io/etpinard/pen/BLaWKz But yeah, we should really add some padding attribute(s) for ticks (I'd vote for Alternatively, we could add two attributes one for horizontal and one for vertical tick label padding. I would personally vote 👎 about this as horizontal / vertical direction has a different meaning for x and y axes making the API potentially confusing. Perhaps tick label alignment along the axis line (i.e. vertically for y-axes) could be configured using some anchor-type attribute. For example, Thoughts? |
This sounds like it would be a super useful option! |
I could add some space between the horizontal bar and the label of the category via some css, but also was trying to have left alignment, without success so far.
|
One way to achieve left alignment would be |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
I would love a little more space between my ylabel and line -- wish there was a way to specify the padding between the label and the line, perhaps something like
gap
The text was updated successfully, but these errors were encountered: