pub fn line_chart(values: Vec<f32>, labels: Vec<String>) -> Widget
A line chart of values (normalized to the max), with optional per-value labels. Single-series, no axis or legend — for richer charts use chart.
values
labels
chart