Skip to content

BarChartEvent

Inherits: Event['BarChart']

Properties

  • group_index(int | None) –

    Bar's index or -1 if chart is hovered or clicked outside of any bar.

  • rod_index(int | None) –

    Rod's index or -1 if chart is hovered or clicked outside of any bar.

  • stack_item_index(int | None) –

    Stack item's index or -1 if chart is hovered or clicked outside of any bar.

  • type(ChartEventType) –

    The type of event that occurred on the chart.

Properties#

group_index #

group_index: int | None = None

Bar's index or -1 if chart is hovered or clicked outside of any bar.

rod_index #

rod_index: int | None = None

Rod's index or -1 if chart is hovered or clicked outside of any bar.

stack_item_index #

stack_item_index: int | None = None

Stack item's index or -1 if chart is hovered or clicked outside of any bar.

type #

The type of event that occurred on the chart.