Class: RatatuiRuby::Widgets::BarChart::BarGroup

Inherits:
Object
  • Object
show all
Includes:
CoerceableWidget
Defined in:
lib/ratatui_ruby/widgets/bar_chart/bar_group.rb

Overview

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)])

Method Summary

Methods included from CoerceableWidget

included