widgets/weather/weather_chart_data_processor library
Data processing utilities for weather charts.
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.
Classes
- ProcessedChartData
- Processed weather chart data.
Functions
-
processWeatherData(
{required HourlyWeatherData data, required String dataType, required bool sortAscending, required int maxChartDataPoints}) → ProcessedChartData - Process hourly weather data for chart display.