diff --git a/web/src/components/StatBar.tsx b/web/src/components/StatBar.tsx index f0ad803..d87f97f 100644 --- a/web/src/components/StatBar.tsx +++ b/web/src/components/StatBar.tsx @@ -8,7 +8,9 @@ * * Under four of them sits the same value's recent history, because a number on * its own cannot say whether it is high. Height gets none: it only ever goes - * up, and a straight diagonal is a line with nothing to report. + * up, and a straight diagonal is a line with nothing to report — which is why + * it sits last, so the four sparklines run uninterrupted rather than being + * split by a tile with an empty slot. * * The series is fetched rather than pushed, and refetched only when the chain * crosses a bucket boundary — the one moment a point can change. Everything @@ -198,7 +200,7 @@ export function StatBar({ if (!summary) { return (