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#
class-attribute
      instance-attribute
  
#
data_set_index: int | None = None
The index of the touched data set, if any.
class-attribute
      instance-attribute
  
#
entry_index: int | None = None
The index of the touched radar entry, if any.