Axis label with longer value is cut off even when rotated.
Opened this issue · 1 comments
midoringo8823 commented
We can try staggering them or scaling the font when there isn't enough space. The axis shouldn't display cutoff text.
psunkari commented
Should have been fixed now.
The current implementation of charts uses tickFont value on the theme to compute text metrics.
We will have a DOM based fall back soon.