Skip to content

Commit 39ecf9b

Browse files
author
Michel Bröker
committed
DN-34: Fix app configuration
1 parent d91c860 commit 39ecf9b

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

src/main/js/apps/sample/app.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
"styles": [
3535
"${app}:app.css"
3636
],
37-
"require": [
38-
"${app}.app"
39-
],
4037
"i18n": [
4138
"bundle"
4239
]
@@ -227,7 +224,7 @@
227224
"storeId": "Einkommen_Haushalte_Kreise",
228225
"titleAttribute": "NAME",
229226
"charts": [
230-
227+
231228
{
232229
"title": "Einkommensverteilung",
233230
"type": "bar",
@@ -241,7 +238,7 @@
241238
"attribute": "a1",
242239
"title": "verfüg. Einkommen der priv. Haushalte je Einwohner (EUR)"
243240
}
244-
241+
245242
],
246243
"calculationType": "mean",
247244
"dataOrientation": "rows",
@@ -261,7 +258,7 @@
261258
"height": 400,
262259
"data": [
263260

264-
261+
265262
{
266263
"attribute": "a3",
267264
"title": "15 bis unter 20 Jahre"
@@ -322,7 +319,7 @@
322319
"rotatedAxis": false,
323320
"expanded": true
324321
},
325-
322+
326323
{
327324
"title": "Arbeitslosenstatistik",
328325
"type": "bar",
@@ -356,7 +353,7 @@
356353
"attribute": "a1",
357354
"title": " Langzeitarbeitslos"
358355
}
359-
356+
360357
],
361358
"calculationType": "mean",
362359
"dataOrientation": "rows",
@@ -365,8 +362,8 @@
365362
"expanded": true
366363
}
367364
]
368-
}
369-
365+
}
366+
370367
],
371368
"chartsTabs": [
372369

@@ -512,7 +509,7 @@
512509
"fetchIdProperty": true,
513510
"enablePagination": false
514511
},
515-
512+
516513
{
517514
"title": "Arbeitslosenstatistik Kreisebene",
518515
"id": "Arbeitslosenstatistik_Kreise",
@@ -564,7 +561,7 @@
564561
"fetchIdProperty": true,
565562
"enablePagination": false
566563
}
567-
564+
568565
]
569566
},
570567
"toolset": {

0 commit comments

Comments
 (0)