Disable hover in matlab

Hi,
Is there a way to disable the hover tool in Matlab? I tried setting the ‘hovermode’ to ‘none’ in the layout but it didn’t work.
I wouldn’t mind to dig into the html to do it. I tried setting the variable ‘flags’ inside ‘hoverinfo’ to ‘skip’ but that did not work either.
Thanks!

Try setting 'hovermode' to false - as described on the reference page.