I've created an HTML5 (highchart) column chart in Jaspersoft Studio but the xAxis labels can be quite long and are overlapping with the legend which look awful. Company standards dictate that the legend must be at the bottom, and labels rotated 270 degrees so they are vertically. Which means I can't move the legend or rotate the labels unfortunately, so I would like to make so the label just cuts off after a certain length and is only partially displayed to prevent it overlapping with the legend when it's too long.
This page has a list of all the properties that can be applied to the xAxis labels:
http://api.highcharts.com/highcharts/xAxis.labels
I've tried using the Overflow property listed there but that only seem to relate to labels inside the plot area ie:
xAxis
labels
overflow:false
So does anyone know of a way I can limit the length of the xAxis label to prevent it from overlapping the legend beneath it?