Charts: Text Labels are overflowing

Hi

Is there a way to prevent text from overflowing in Charts?
I created an example to show my problem: http://webix.com/snippet/24a3ef15

The tooltips work perfectly but the different text labels are overflowing each other. Additionally, the left and right labels are going out of bounds.
I would love to clip the text with text-overflow: ellipsis or something similar. Is there a way to achieve this?

Thanks
D

Hi! Sure, you can set a custom CSS style. Please, check the snippet.

Great, thanks a lot!