diff --git a/packages/demo/public/catalogues/catalogue-dktk.json b/packages/demo/public/catalogues/catalogue-dktk.json index a77d34b..88e3c3a 100644 --- a/packages/demo/public/catalogues/catalogue-dktk.json +++ b/packages/demo/public/catalogues/catalogue-dktk.json @@ -7126,7 +7126,7 @@ "fieldType": "number", "type": "BETWEEN", "min": 0, - "max": 150, + "max": 130, "criteria": [] }, { diff --git a/packages/demo/src/AppCCP.svelte b/packages/demo/src/AppCCP.svelte index 292cc30..2d8b65a 100644 --- a/packages/demo/src/AppCCP.svelte +++ b/packages/demo/src/AppCCP.svelte @@ -114,7 +114,6 @@ -
@@ -187,7 +186,7 @@ catalogueGroupCode="age_at_diagnosis" chartType="bar" groupRange={10} - filterRegex="^(1*[12]*[0-9])" + filterRegex="^(([0-9][0-9]$)|(1[0-2]0))" xAxisTitle="Alter" yAxisTitle="Anzahl der Primärdiagnosen" backgroundColor={JSON.stringify(barChartBackgroundColors)}