Hi,
Apex 18.1
We have a horizontal bar chart which has a number of rows on it.
Because of the size of the label and the number of rows, it is missing out every other label although it still shows the bar for that row.
Is there a way we can force it to show all labels, may be forcing it to scroll if that is the only way to show it, or reducing the height of the labels?
Note changing the xaxis tick marks font size is not appropriate as we have limited space and would need font-size 8px to make all x axis labels show which is then pretty much unreadable.
options.xAxis.tickLabel = {
style: { fontSize:"8px" }
};
Thanks,
Jeremy