Hi I have a Gantt chart where I have implemented a custom tooltip that appear/disappear when the user clicks on an event.
I'm using angular2-highcharts
This works great !
The problem is that when the tooltip is very big and when it is rendered half on the Gantt area and half OUTSIDE the Gantt area and the user moves the cursor outside the Gantt... The tooltip disappear.
How can I prevent this behavior ?
Just to be clear, if you check the image below: if I move the cursor below the redline, the tooltip disappear
Thanks to support
This is the stackblitz with the code: