mouseOut property
Fires when the mouse leaves the area close to the point. One
parameter, event
, is passed to the function, containing common
event information.
API Docs: https://api.highcharts.com/highcharts/series.treegraph.data.events.mouseOut
Implementation
HighchartsCallback? mouseOut;