fn impact_bar_line( label: &'static str, exact: &str, ratio_value: f64, color: Color, bar_width: usize, ) -> Line<'static>
Return one labeled, exact ratio and its proportional block bar.