Commit c25e67e
Tighten downloads chart y-axis to "current + 1k"
`nice_upper_bound` rounded the y-axis cap to 20k for a 10.3k cumulative
total, squashing the trend line into the lower third of the card. Cap
the axis at `max(current_cumulative + 1000, 1000)` instead so the
latest point lands near the top of the chart area and the rise is
visually obvious.
Co-authored-by: Open Codex <hff582580@gmail.com>1 parent 7e9e27e commit c25e67e
2 files changed
Lines changed: 11 additions & 8 deletions
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
206 | 209 | | |
207 | 210 | | |
208 | 211 | | |
| |||
0 commit comments