-
Sorry i can't seem to find this anywhere. Anyone know how i format an axis label (i.e., fontSize: 16 - and just the label not the actual axis) Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
A way to do this is to create two axes with the axis mark; one that only has the label (and the fontSize option), the other with only the ticks. |
Beta Was this translation helpful? Give feedback.
-
Thanks that works to an extent. It would be nice to have some more control of the labeling. I'm not trying to go overboard but when i make the label the size i want it will overwrite the ticks. ![]() |
Beta Was this translation helpful? Give feedback.
-
That's good thanks! I used it in conjunction with marginBottom and works great. Thank you so much! |
Beta Was this translation helpful? Give feedback.
A way to do this is to create two axes with the axis mark; one that only has the label (and the fontSize option), the other with only the ticks.