pub fn histogram<'a>( hist_data: Vec<(&'a str, u64)>, title: String, bar_width: u16, bar_gap: u16, theme: &ColorTheme, ) -> BarChart<'a>