fix: syntax error in charts.py - mismatched bracket
All checks were successful
Deploy Development / deploy (push) Successful in 51s
Build Test / lint-backend (push) Successful in 1s
Build Test / build-frontend (push) Successful in 14s

This commit is contained in:
Lars 2026-03-29 07:34:27 +02:00
parent 4c22f999c4
commit 56273795a0

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",