Skip to main content

write_chart_png

Function write_chart_png 

Source
pub fn write_chart_png(
    path: &Path,
    series: &[ChartExportSeries],
    chart_type: ChartType,
    bounds: &ChartExportBounds,
) -> Result<()>
Expand description

Write chart to PNG using plotters bitmap backend.