Skip to content

Commit

Permalink
feat(ccp summary bar): add specimen aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Sep 25, 2024
1 parent d9fd9c9 commit ed1823a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
11 changes: 9 additions & 2 deletions packages/demo/public/options-ccp-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,15 @@
},
{
"title": "Bioproben",
"dataKey": "bioproben"

"aggregatedDataKeys": [
{
"groupCode": "specimen"
},
{
"stratifierCode": "Histologies",
"stratumCode": "1"
}
]
}
]
},
Expand Down
10 changes: 9 additions & 1 deletion packages/demo/public/options-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,15 @@
},
{
"title": "Bioproben",
"dataKey": "bioproben"
"aggregatedDataKeys": [
{
"groupCode": "specimen"
},
{
"stratifierCode": "Histologies",
"stratumCode": "1"
}
]
}
]
},
Expand Down

0 comments on commit ed1823a

Please sign in to comment.