diff --git a/frontend/src/components/Stats.tsx b/frontend/src/components/Stats.tsx index f8dd9c3..46a776e 100644 --- a/frontend/src/components/Stats.tsx +++ b/frontend/src/components/Stats.tsx @@ -63,15 +63,21 @@ export default function Stats() { ) : (
{data.daily.map((d) => ( + // Each day gets a full-height track so the column is always visible + // (even on near-zero days); the accent fill renders the value on top.
+ > +
+
))}
)}