MapChart.HoveredBubbles

Syntax

HoveredBubbles: Object;

Description

The HoveredBubbles property determines an array of bubble factors for which hovering is set.

Comments

Use JSON or the setHoveredBubbles method to set the property value and the getHoveredBubbles method to get the property value.

The property contains an object of the format: {<bubble_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