TreeMap.ItemsHovered

Syntax

ItemsHovered: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available argument: Items - JSON object with the fields that correspond to IDs of tree map items.

Description

The ItemsHovered event is fired on hovering over a tree map item.

Example

The example of use is given in the page with description of the TreeMap.hoverItems method.

TreeMap