I'm working with Highcharts in a Angular 14 application. I'm trying to figure out a way (if possible) to disable tooltips on mouse hover when the dataLabel is bigger than the chart point, like the image below

I've tried looking into the mouseOver event on the point, trying to trigger preventDefault() if the cursor is hovering the 'overflow' datalabel and not the gantt point, but was not successfull.
Any help or ideas are appreciated.
We've highly configured Highcharts in this application and thus far I couldn't setup a Stackblitz replication of our setup. I'll update this post if I manage to do so.
Thanks