I have a bar chart in which I am showing tooltip when user hovers on series(bars). Now I want to show an icon (X) to let user close the tooltip instead of auto close. I tried closable="true" but it is not working on kendo-chart-series-item-tooltip. (The popup which gets opened on series hover has customized logic inside which shows 3-4 lines inside a div )
So I want an icon inside the tooltip so that when user clicks on that X icon then only the tooltip should close.
Please refer the attached image for better understanding of my requirement.