Skip to content

BarChartEvent

Inherits: Event['BarChart']

Properties

Properties#

group_index class-attribute instance-attribute #

group_index: Optional[int] = None

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

rod_index class-attribute instance-attribute #

rod_index: Optional[int] = None

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

stack_item_index class-attribute instance-attribute #

stack_item_index: Optional[int] = None

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

type instance-attribute #

The type of event that occurred on the chart.