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] = NoneThe index of the touched spot, if any.