Skip to content

RadarChartEvent

Inherits: Event['RadarChart']

Event raised for interactions with a RadarChart.

Properties

Properties#

data_set_index class-attribute instance-attribute #

data_set_index: int | None = None

The index of the touched data set, if any.

entry_index class-attribute instance-attribute #

entry_index: int | None = None

The index of the touched radar entry, if any.

entry_value class-attribute instance-attribute #

entry_value: Number | None = None

The value of the touched radar entry, if any.

type instance-attribute #

The touch or pointer event that occurred.