diff --git a/packages/demo/src/AppCCP.svelte b/packages/demo/src/AppCCP.svelte index fbca2f1..cc8a55f 100644 --- a/packages/demo/src/AppCCP.svelte +++ b/packages/demo/src/AppCCP.svelte @@ -245,7 +245,7 @@ chartType="bar" headers={therapyHeaders} xAxisTitle="Art der Therapie" - yAxisTitle="Anzahl der Therapien" + yAxisTitle="Anzahl der Therapieeinträge" backgroundColor={JSON.stringify(barChartBackgroundColors)} /> @@ -255,7 +255,7 @@ catalogueGroupCode="medicationStatements" chartType="bar" xAxisTitle="Art der Therapie" - yAxisTitle="Anzahl der Therapien" + yAxisTitle="Anzahl der Therapieeinträge" backgroundColor={JSON.stringify(barChartBackgroundColors)} />