widgets/weather/pdf_chart_painter library

PDF chart painting functionality.

Copyright (C) 2026, Software Innovation Institute, ANU.

Licensed under the GNU General Public License, Version 3 (the "License").

License: https://opensource.org/license/gpl-3-0.

Functions

buildPdfChart(Map<DateTime, double> data, double minValue, double maxValue, String unit, {bool useActualRange = false}) Widget
Build line chart for PDF using simple drawing.