Tooltip with Arrow

Hi webix team, is it possible to put an arrow to the tooltip? Thanks for advice

Hey @RainerRoss, could you please elaborate a little bit more? Do you want to add an arrow that would point towards the entry the tooltip was called for?

You can access the tooltip css and apply the neccessary styles, for instance you could add a pseudo-element to the tooltip: https://snippet.webix.com/agre4ktr. Please note, that the tooltip position dynamically changes (unless specified otherwise) and you would need to account for that as well.