mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-08-11 00:30:12 -04:00
The ghcr pulls chart used a symlog y axis with a hardcoded tick list, both copied from github-repo-stats, which builds the rest of the report. Those settings suit views and clones - small, spiky, frequently zero - but not container pulls, which sit in a tight band far above zero. Consequences on the published report: the series (7,946 to 16,160) lives entirely inside the top decade of the log scale, so a 2x swing rendered as a 14px wobble on a 200px chart and read as a flat line. Of the nine fixed ticks, six were squashed against the baseline and 50000 fell outside the domain and never drew, leaving a single usable gridline. Switch to a linear scale, drop the fixed ticks so Vega derives them from the actual domain, and format labels with SI prefixes (5k / 10k / 15k). The zero baseline and the 10% headroom are unchanged, so the axis stays honest; the same swing now spans 92px and the growth from ~9k to ~15k pulls/day is legible. |
||
|---|---|---|
| .. | ||
| ghcr_inject.py | ||