Can X-Axis label be automatically truncated based on pixel width instead of the number of letters #32107
Unanswered
jiangdongxiaobaiban
asked this question in
General
Replies: 1 comment
-
You can try setting the enableReflow property to true so that no labels overlap with each other. This property uses the pixel based width instead of number of chars. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,

As you can see, the current implementation of truncation relies on
noOfCharsToTruncate
which depends on the count of letters.Given that each letter has a different width, it may caused overlap in X-axis label.
Do we have a plan to truncate or wrap to a new line based on width instead of letter count
Beta Was this translation helpful? Give feedback.
All reactions