Hello, I'm trying to use the tooltip function on Kanban, but I'm having some issues with the alignment as you can see here:
http://i.imgur.com/mUgTqNH.jpg
The code is pretty much the same as this exemple:
https://help.syncfusion.com/js/kanban/cards
Is there something I can do so the tooltip follows the mouse correctly?
I've tried to use this code in the tooltipSettings, but it didn't work:
position :{
stem: { horizontal: "left", vertical: "center" },
target: { horizontal : "right", vertical : "center" },
},
Sorry for any english mistakes, it's not my primary language!
Thanks in advance!