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
The x axis labels can be rotated using the rotate setting. If no axis height was given explicitly, it is calculated in a way that fits the rotated texts. This works for positive values, but if you set rotate: -45 for example, the height is not adjusted properly.
I think this can be solved by modifying getHorizontalAxisHeight(id) to use the absolute rotation value for its calculations in case of x axis. I'll add a PR later.
Description
The x axis labels can be rotated using the
rotate
setting. If no axis height was given explicitly, it is calculated in a way that fits the rotated texts. This works for positive values, but if you setrotate: -45
for example, the height is not adjusted properly.Steps to check or reproduce
rotate: -45
.The text was updated successfully, but these errors were encountered: