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
Start the cumulative-downloads chart at the first non-zero week
Walking history back beyond the `--weeks` window and clamping forward
left a long flat run of zero weeks before the first published version
on the chart. Drop those leading zero buckets so the line actually
starts at week 1 of the package's life. When real history exceeds the
trend window, the visible range is still clamped to the most recent
`--weeks` buckets so the chart stays readable.
Regenerated SVG now spans Apr 20 → May 18 (5 weeks of actual history)
instead of the prior 26-week window padded with zeros.
Co-authored-by: Open Codex <hff582580@gmail.com>
0 commit comments