updateTooltip(coords: Object, isUpdateSettings: Boolean);
coords. Tooltip coordinates. This object has the following fields: X - X coordinate, Y - Y coordinate.
isUpdateSettings. Parameter that determines whether to update tooltip settings. If this parameter is true, the settings are updated, otherwise they are not.
The updateTooltip method refreshes tooltip object for tree map item.
The example of use is given in the page with description of the TreeMapItem.getTooltip method.
See also: