This commit is contained in:
George Powell
2026-03-22 00:58:17 -04:00
parent 51bfb53a39
commit e842923d81
2 changed files with 13 additions and 0 deletions

View File

@@ -443,6 +443,13 @@
r="3"
fill="#10b981"
/>
<text
x={svgX(i, chartPoints.length)}
y={svgY(point.avgGuesses, maxGuesses) - 6}
font-size="7"
fill="#6ee7b7"
text-anchor="middle"
>{point.avgGuesses}</text>
{/each}
<!-- X-axis labels -->
<text