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