Skip to main content

LineChartEvent

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

Inherits: Event

Properties

  • spots - Spots on which the event occurred.
  • type - The type of event that occurred.

Properties

spotsinstance-attribute

spots: list[LineChartEventSpot]

Spots on which the event occurred.

typeinstance-attribute

type: ChartEventType

The type of event that occurred.