tickPadding for xy chart #1101
Replies: 1 comment 1 reply
-
Hey @davidhan527 👋 thanks for checking out The The Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Hey @davidhan527 👋 thanks for checking out The The Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the awesome chart library. I wish I found out about this sooner.
D3 allows you to add tickPadding (
d3.axisBottom(xAxis).tickPadding(20)
) to axis labels so that you can increase the distance between the axis label and the axis.Is there a way to do this or something similar in the XY chart? I wasn't able to find it in the docs.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions