Goals -System refactored - Platzhaltersystem enhanced (als draft) #53

Merged
Lars merged 86 commits from develop into main 2026-03-31 11:46:48 +02:00
Showing only changes of commit 56273795a0 - Show all commits

View File

@ -668,10 +668,11 @@ def get_protein_adequacy_chart(
"data": [target_low] * len(labels), "data": [target_low] * len(labels),
"borderColor": "#888", "borderColor": "#888",
"borderWidth": 1, "borderWidth": 1,
"borderDash": [5, 5], "borderDash": [5, 5],
"fill": False, "fill": False,
"pointRadius": 0 "pointRadius": 0
}) }
]
datasets.append({ datasets.append({
"label": "Ziel Max", "label": "Ziel Max",