pub fn chart(
series: Vec<ChartSeries>,
labels: Vec<String>,
style: ChartStyle,
axis: bool,
legend: bool,
) -> WidgetExpand 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.