You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give the downloads chart most of the card's vertical real estate
The hero stat sat above the chart, pinning the chart area into the
middle-lower band (y=360..760 of a 900-tall card). Even with the y
axis tightened to "current + 1k" the dot landed at cy≈395, ~44% from
the top of the card — visually the line "only reached the middle".
Restack the card so the chart owns the upper two thirds:
0..130 header (title + "cumulative · N weeks")
130..730 chart area (600 tall — was 400)
730..780 date labels at start / middle / end
790..880 hero stat ("10.3k" + delta) moved below the chart
890 "through {date}" footer
The latest dot now lands at cy≈183 (~20% from the top of the card),
so the rising line visually reaches the top of the card the way a
growth metric should.
Co-authored-by: Open Codex <hff582580@gmail.com>
0 commit comments