Add text labels to heat map

This commit is contained in:
Alex Selimov 2026-05-11 21:06:21 -04:00
parent e250019862
commit 7b9b9bdcd3
2 changed files with 16 additions and 0 deletions

View file

@ -4,3 +4,7 @@
--color-mid: #2E86C1;
--color-high: #1A5276
}
#heatmap text {
font-family: inherit;
}