Show age in weight graph

This commit is contained in:
Alexander Heldt
2026-07-04 09:27:13 +00:00
parent f14a749169
commit da692d84da
4 changed files with 66 additions and 21 deletions
+12
View File
@@ -491,6 +491,18 @@ dialog menu {
.chart-svg .bar-eat { fill: var(--eat); }
.chart-svg .weight-line { stroke: var(--weight); stroke-width: 2; fill: none; }
.chart-svg .weight-dot { fill: var(--weight); }
.chart-svg .weight-hit { fill: transparent; cursor: pointer; }
.chart-svg .weight-hit.active {
fill: color-mix(in srgb, var(--weight) 22%, transparent);
stroke: var(--weight);
stroke-width: 1.5;
}
.weight-point-info {
margin: 6px 4px 0;
min-height: 1.2em;
text-align: center;
}
.weight-summary {
display: grid;