web/sparkline: two-axis trend chart with hover dots

This commit is contained in:
2026-05-07 18:55:31 +01:00
parent db88c5a7d1
commit e7d25cd704
4 changed files with 250 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 220" class="repo-trend-chart" role="img" aria-label="repo size and snapshot count over time"><line x1="56" y1="110" x2="544" y2="110" stroke="currentColor" stroke-opacity="0.15" stroke-dasharray="3,3"/><text x="300" y="114" text-anchor="middle" font-size="12" fill="currentColor" fill-opacity="0.4">no data yet</text></svg>

After

Width:  |  Height:  |  Size: 381 B