Skip to main content

chart

Function chart 

Source
pub fn chart(
    series: Vec<ChartSeries>,
    labels: Vec<String>,
    style: ChartStyle,
    axis: bool,
    legend: bool,
) -> Widget
Expand description

A multi-series chart in the given style, with optional x-axis labels, y-axis gridlines/ ticks (cartesian styles), and a series legend. The general builder behind the convenience constructors below.