Module Bonsai_tui_bar_chart.Bar

type t = {
  1. value : float;
  2. label : string option;
  3. color : Bonsai_term.Attr.Color.t option;
}