fix: responsive chart heights + rename cost metric labels (Task E.5)

This commit is contained in:
Andrew Charlwood
2026-02-07 22:34:57 +00:00
parent bce8e58bc9
commit 901bf39dda
6 changed files with 65 additions and 17 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ def make_chart_card():
id="heatmap-metric-toggle",
data=[
{"value": "patients", "label": "Patients"},
{"value": "cost", "label": "Cost"},
{"value": "cost_pp_pa", "label": "Cost p.a."},
{"value": "cost", "label": "Cost per Patient"},
{"value": "cost_pp_pa", "label": "Cost per Patient p.a."},
],
value="patients",
size="xs",