[][src]Function widgetry::widgets::line_plot::make_legend

pub fn make_legend<T: Yvalue<T>>(
    ctx: &EventCtx<'_>,
    series: &Vec<Series<T>>,
    opts: &PlotOptions<T>
) -> Widget