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