BarChartEvent
Inherits: Event['BarChart']
Properties
-
group_index(Optional[int]) –Bar's index or
-1if chart is hovered or clicked outside of any bar. -
rod_index(Optional[int]) –Rod's index or
-1if chart is hovered or clicked outside of any bar. -
stack_item_index(Optional[int]) –Stack item's index or
-1if chart is hovered or clicked outside of any bar. -
type(ChartEventType) –The type of event that occurred on the chart.
Properties#
group_index
class-attribute
instance-attribute
#
Bar's index or -1 if chart is hovered or clicked outside of any bar.
rod_index
class-attribute
instance-attribute
#
Rod's index or -1 if chart is hovered or clicked outside of any bar.
stack_item_index
class-attribute
instance-attribute
#
Stack item's index or -1 if chart is hovered or clicked outside of any bar.