RadarChartEvent
Inherits: Event['RadarChart']
Event raised for interactions with a RadarChart.
Properties
-
data_set_index(int | None) –The index of the touched data set, if any.
-
entry_index(int | None) –The index of the touched radar entry, if any.
-
entry_value(Number | None) –The value of the touched radar entry, if any.
-
type(ChartEventType) –The touch or pointer event that occurred.
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.