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