Skip to main content

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] = None

The index of the touched data set, if any.

entry_indexclass-attributeinstance-attribute

entry_index: Optional[int] = None

The index of the touched radar entry, if any.

entry_valueclass-attributeinstance-attribute

entry_value: Optional[Number] = None

The value of the touched radar entry, if any.

typeinstance-attribute

type: ChartEventType

The touch or pointer event that occurred.