MapChart.HoveredMarkers

Syntax

HoveredMarkers: Object;

Description

The HoveredMarkers property determines an array of markers for which hovering is set.

Comments

JSON or the setHoveredMarkers method to set the property value and the getHoveredMarkers method to get the property value.

The property contains an object of the format: {<marker_id>: true}.

Example

The property use is identical to the HoveredBars property, use the bubble factor identifier instead of the column identifier.

See also:

MapChart