Reputation: 186
Is there a way to set the distance between the X Title and the X Text label. They are overlapping on the x axis.
Upvotes: 1
Views: 1686
Reputation: 32391
An idea would be that you use the renderer.setXLabelsPadding()
method to control the x axis labels location. Make sure you are using a recent 1.1.0 version.
Upvotes: 3