visual chart label

This commit is contained in:
blaisadmin
2026-04-18 18:23:44 -04:00
parent 8dd3cd50fc
commit 1ff8100b2c
2 changed files with 45 additions and 1 deletions
+19
View File
@@ -1023,6 +1023,25 @@ textarea {
font-size: 0.85rem;
}
.legend-line-key {
display: flex;
flex-wrap: wrap;
gap: 0.45rem 0.75rem;
align-items: center;
}
.legend-line-key span {
display: inline-flex;
align-items: center;
gap: 0.35rem;
}
.legend-line-key svg {
width: 44px;
height: 8px;
flex: 0 0 auto;
}
.legend-swatch {
width: 14px;
height: 14px;