Label names of column chart are not shown complete

1
Is there a way how I can extend the width of the column chart x-as labels? This to avoid incomplete team names? When i change the width of the widget the bars become longer, but unfortunately the name values are still falling out of the widget space. See a example below:
asked
2 answers
1

In the layout settings add

“xaxis”: { "automargin”: true}

 

answered
0

Hey there, the best way to see what options you have is to inspect the specific element (the text that is being broken off) and check starting from there what causes the breakoff. possible solution can be to check the z value of the text or the fact that the overflow is set to hidden.

answered