Skip to content

RadarChartEvent

Inherits: Event['RadarChart']

Event raised for interactions with a RadarChart.

Properties

Properties#

data_set_index #

data_set_index: int | None = None

The index of the touched data set, if any.

entry_index #

entry_index: int | None = None

The index of the touched radar entry, if any.

entry_value #

entry_value: Number | None = None

The value of the touched radar entry, if any.

type #

The touch or pointer event that occurred.