Skip to main content

ScatterChartEvent

Event payload emitted when the user interacts with a scatter chart.

Inherits: Event

Properties

  • spot_index - The index of the touched spot, if any.
  • type - The type of the event that occurred.

Properties

spot_indexclass-attributeinstance-attribute

spot_index: Optional[int] = None

The index of the touched spot, if any.

typeinstance-attribute

type: ChartEventType

The type of the event that occurred.