stackedBarH - Set width for Y axis labels

Hi to all !

How to set the width for labels in Y axis to avoid cut text?

(I have searched the documentation but I can not find any property for this purpose)

https://snippet.webix.com/3u06a7or

Hello @ljparra !
Please, use padding

padding:{
   left:120
}

Example: https://snippet.webix.com/x1zddkff

Perfect !
Thank you Nastja !