BarChartGroup
BarChartGroup
#
Bases: BaseControl
group_vertically: bool = False
#
If set to True
bar rods are drawn on top of each other; otherwise bar rods
are drawn next to each other.
rods: list[BarChartRod] = field(default_factory=list)
#
The list of BarChartRod
objects to display in the group.
spacing: Optional[ft.Number] = None
#
The amount of space between bar rods.
x: int = 0
#
Group position on X axis.