Module Bonsai_tui_bar_chart

module Bar : sig ... end
module Y_labels_config : sig ... end
module Y_range : sig ... end
module Bar_height_config : sig ... end
module Bar_width_config : sig ... end
val view : ?theme:Theme.t -> ?y_labels_config:Y_labels_config.t -> ?show_x_labels:bool -> ?title:string option -> ?show_border:bool -> ?bar_height_config:Bar_height_config.t -> Bar.t list -> max_bar_height:int -> bar_width_config:Bar_width_config.t -> Bonsai_term.View.t
module For_testing : sig ... end
module Theme : sig ... end
module Bar_height : sig ... end
module Y_labels : sig ... end