RadarChartEvent
Event raised for interactions with a RadarChart.
Inherits: Event
Properties
data_set_index- The index of the touched data set, if any.entry_index- The index of the touched radar entry, if any.entry_value- The value of the touched radar entry, if any.type- The touch or pointer event that occurred.
Properties
data_set_indexclass-attributeinstance-attribute
data_set_index: Optional[int] = NoneThe index of the touched data set, if any.
entry_indexclass-attributeinstance-attribute
entry_index: Optional[int] = NoneThe index of the touched radar entry, if any.