I have a bar chart so the labels run from the top of the screen to the bottom of the screen. The issue is that some of the labels are so long that the "bars" of the bar chart get very small in length / smushed.
What I want to do is set a fixed width for the labels, and if the label cannot fit into that fixed width, the label would then simply wrap.
No matter what axis property I seem to set, the overall size of the chart axis label keeps dynamically expanding/shrinking and correspondingly smushing / unsmushing the bars. Sometimes the chart axis labels do wrap, but again I want the wrapping but I don't want the width of the axis to dynamically expand.
Thanks, all comments welcome.