class RatatuiRuby::Widgets::BarChart::BarGroup
A group of bars in a grouped bar chart.
Examples
BarChart::BarGroup.new(label: "Q1", bars: [BarChart::Bar.new(value: 10), BarChart::Bar.new(value: 20)])
Attributes
The label of the group (String).
A group of bars in a grouped bar chart.
BarChart::BarGroup.new(label: "Q1", bars: [BarChart::Bar.new(value: 10), BarChart::Bar.new(value: 20)])
The label of the group (String).