Hello!
I have an XY chart populated by filtered data
Sometimes look fine:
But where there is a lot of items the chart doesn´t show allthe names...
is there a way to adjust the height of the chart or the items so all of them shows?
Hello!
I have an XY chart populated by filtered data
Sometimes look fine:
But where there is a lot of items the chart doesn´t show allthe names...
is there a way to adjust the height of the chart or the items so all of them shows?
Try playing with,
yAxes.0.appearance.grid.minDistance : 1
I don't have a horizontal bar chart to play with but that's how it works on xAxes, as far as I remember - but I was working with numerical axis and you are working with categories so it might be different.