liftof_tui::widgets

Function timeseries

Source
pub fn timeseries<'a>(
    data: &'a mut VecDeque<(f64, f64)>,
    ds_name: String,
    xlabel: String,
    theme: &'a ColorTheme,
) -> Chart<'a>