fix(profile): correct heatmap month labels

This commit is contained in:
2026-04-04 11:17:24 -04:00
parent 00c390bb2c
commit f05fb7540a
3 changed files with 20 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<style>
text { font: 10px -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif; fill: #57606a; }
</style>
<text x="30" y="10">Mar</text>
<text x="30" y="10">Apr</text>
<text x="78" y="10">May</text>
<text x="138" y="10">Jun</text>
<text x="186" y="10">Jul</text>

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB