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