Implements meteoChartsPage, fixed responsiveness overall
This commit is contained in:
@@ -76,7 +76,7 @@ export function useClimateChartSeries(
|
||||
value: point.numericValue as number,
|
||||
}));
|
||||
|
||||
return [key, aggregatePoints(points, interval)] as const;
|
||||
return [key, points] as const;
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user