Fitness dashboard without calorie tracker

Does not compute correctly yet
This commit is contained in:
2026-06-11 13:03:54 +02:00
parent fde4eff12d
commit 0b62cd50f3
3 changed files with 23 additions and 327 deletions
-7
View File
@@ -19,13 +19,6 @@
{{end}}
<line class="chart-axis" x1="{{.PlotX}}" y1="{{.PlotY}}" x2="{{.PlotX}}" y2="{{.PlotB}}"/>
<line class="chart-axis" x1="{{.PlotX}}" y1="{{.PlotB}}" x2="{{.PlotR}}" y2="{{.PlotB}}"/>
{{range .Bars}}
<g class="chart-bar-group">
<title>{{.Title}}</title>
<rect class="chart-bar" x="{{.X}}" y="{{.Y}}" width="{{.W}}" height="{{.H}}"/>
<line class="chart-net" x1="{{.X}}" y1="{{.NetY}}" x2="{{.X2}}" y2="{{.NetY}}"/>
</g>
{{end}}
{{range .Lines}}
<polyline class="chart-line" points="{{.}}"/>
{{end}}