fix: syntax error in charts.py - mismatched bracket
This commit is contained in:
parent
4c22f999c4
commit
56273795a0
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user