diff --git a/assets/downloads-chart.svg b/assets/downloads-chart.svg index 6f33d91..bec73bc 100644 --- a/assets/downloads-chart.svg +++ b/assets/downloads-chart.svg @@ -11,7 +11,7 @@ pbi-cli Downloads Over Time - Cumulative installs from PyPI • mirrors excluded • source: pypistats.org + Cumulative installs from PyPI • mirrors excluded • source: pypistats.org @@ -34,6 +34,6 @@ Mar 26Mar 29Apr 02Apr 06Apr 09 - Mar 26, 2026 → Apr 09, 2026 + Mar 26, 2026 → Apr 09, 2026 15 days of data diff --git a/scripts/generate_downloads_chart.py b/scripts/generate_downloads_chart.py index fe1d316..953c10b 100644 --- a/scripts/generate_downloads_chart.py +++ b/scripts/generate_downloads_chart.py @@ -166,7 +166,7 @@ def build_svg(series: list[tuple[date, int]]) -> str: pbi-cli Downloads Over Time - Cumulative installs from PyPI • mirrors excluded • source: pypistats.org + Cumulative installs from PyPI \u2022 mirrors excluded \u2022 source: pypistats.org {"".join(gridlines)} @@ -189,7 +189,7 @@ def build_svg(series: list[tuple[date, int]]) -> str: {"".join(x_labels)} - {first_date} → {last_date} + {first_date} \u2192 {last_date} {n} days of data """