Implements meteoChartsPage, fixed responsiveness overall

This commit is contained in:
litoral05
2026-06-01 12:07:56 +01:00
parent 540e4ed560
commit 6e44522782
21 changed files with 2276 additions and 881 deletions
@@ -76,7 +76,7 @@ export function useClimateChartSeries(
value: point.numericValue as number,
}));
return [key, aggregatePoints(points, interval)] as const;
return [key, points] as const;
}),
);