Reputation: 39
When I have some values in the XY chart, some column label locations' are exceeding the boundary of the chart, like in the image, how can I suppress that?
Upvotes: 0
Views: 63
Reputation: 6025
You can solve this by either increasing paddingRight
of the whole chart or by setting axis.maxLabelPosition = 0.98
which would result last label to be hidden.
Upvotes: 1