-
Notifications
You must be signed in to change notification settings - Fork 719
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
Axis tick text transforms #149
Comments
After looking at this example, I put something together:
I thought that with d3, you only had to pass in Is there a better way to accomplish this? |
You could also write it like so: transform: `rotate(90 ${xScale(value) 0})`, but yes that's the best way for now. To match d3 behavior we'll need to move the x/y position of the tick labels to a translate transform on the |
@williaster any thoughts here? |
sorry for the delay, was on vacation 🌴 last week. I agree that having to specify the |
closing in favor of #165 |
Are we able to perform transforms on the axis tick text? Also, is this the best spot for these sorts of questions or should I take it to stack overflow?
The text was updated successfully, but these errors were encountered: