ItemsHovered: function(sender, args);
sender. Event source.
args. Event information. Available argument: Items - JSON object with the fields that correspond to IDs of tree map items.
The ItemsHovered event is fired on hovering over a tree map item.
The example of use is given in the page with description of the TreeMap.hoverItems method.