An experimental chart widget for iced.
Chart::new() .width(Length::Fill) .height(Length::Fill) .push_series(line_series(&self.data))
Take a look into examples for more information.
MIT