Skip to content

Commit

Permalink
feat(chart): rename y-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Jun 18, 2024
1 parent b60553d commit ac1e395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/demo/src/AppCCP.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
/>
</div>
Expand All @@ -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)}
/>
</div>
Expand Down

0 comments on commit ac1e395

Please sign in to comment.