Skip to content

BarChartTooltipDirection

BarChartTooltipDirection #

Bases: Enum

Controls showing tooltip on top or bottom.

AUTO #

AUTO = 'auto'

Tooltip shows on top if value is positive, on bottom if value is negative.

BOTTOM #

BOTTOM = 'bottom'

Tooltip always shows on bottom.

TOP #

TOP = 'top'

Tooltip always shows on top.