MapChart.HoveredPies

Syntax

HoveredPies: Object;

Description

The HoveredPies property determines an array of pie factors for which hovering is set.

Comments

Use JSON or the setHoveredPies method to set the property value and the getHoveredPies method to get the property value.

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

Example

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

See also:

MapChart