feat(F-168): completed feature

This commit is contained in:
chattie
2026-08-22 18:38:16 +02:00
parent f72ba1c276
commit c5519cac95
11 changed files with 36 additions and 21 deletions

View File

@@ -79,7 +79,7 @@ function TrendDashboard({ filters }: { filters: FilterState }) {
const maxValue = Math.max(...points.map((p) => p.value), 1);
return <TrendChart data={points} maxValue={maxValue} height={220} />;
return <TrendChart data={points} maxValue={maxValue} height={140} />;
}
function ChannelDashboard({ filters }: { filters: FilterState }) {