You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ManuelSpinola, you can control all the axis options with axis_x() and axis_y(). You can see the docs here to know what options can be applied to the axis labels.
If you're not familiar with it, the way to pass options can look a bit strange because it uses nested lists. The idea is that you must make a list for each "option level". For example, to increase the font size, the docs says that for the AxisOption, you go to label, then to style, then to fontSize (in shapeAttrs), so the corresponding code is:
I would like to change the size or rotate the axis text, but I don't see any example to see how can I do it. I really appreciate the help with that.
The text was updated successfully, but these errors were encountered: