Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Dec 12, 2024
1 parent 61066d3 commit 825542a
Showing 1 changed file with 82 additions and 84 deletions.
166 changes: 82 additions & 84 deletions data/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,99 +187,97 @@
"explorer": true,
"analysis": false
},
"explorerConfig":[
{
"charts": {
"project": {
"chartType": "count",
"title": "Projects"
},
"study": {
"chartType": "count",
"title": "Studies"
},
"file_type": {
"chartType": "count",
"title": "File Types"
},
"ethnicity": {
"chartType": "stackedBar",
"title": "Ethnicity"
},
"gender": {
"chartType": "pie",
"title": "Gender"
},
"race": {
"chartType": "pie",
"title": "Race"
},
"vital_status": {
"chartType": "bar",
"title": "Vital Status"
}
"dataExplorerConfig": {
"charts": {
"project": {
"chartType": "count",
"title": "Projects"
},
"filters": {
"tabs": [
{
"title": "Project",
"fields": [
"project",
"study"
]
},
{
"title": "Subject",
"fields": [
"race",
"ethnicity",
"gender",
"vital_status"
]
},
{
"title": "File",
"fields": [
"file_type"
]
}
]
"study": {
"chartType": "count",
"title": "Studies"
},
"buttons": [
"file_type": {
"chartType": "count",
"title": "File Types"
},
"ethnicity": {
"chartType": "stackedBar",
"title": "Ethnicity"
},
"gender": {
"chartType": "pie",
"title": "Gender"
},
"race": {
"chartType": "pie",
"title": "Race"
},
"vital_status": {
"chartType": "bar",
"title": "Vital Status"
}
},
"filters": {
"tabs": [
{
"enabled": true,
"type": "data",
"title": "Download All Data",
"leftIcon": "user",
"rightIcon": "download",
"fileName": "data.json"
"title": "Project",
"fields": [
"project",
"study"
]
},
{
"enabled": true,
"type": "manifest",
"title": "Download Manifest",
"leftIcon": "datafile",
"rightIcon": "download",
"fileName": "manifest.json"
"title": "Subject",
"fields": [
"race",
"ethnicity",
"gender",
"vital_status"
]
},
{
"title": "File",
"fields": [
"file_type"
]
}
],
"table": {
]
},
"buttons": [
{
"enabled": true,
"fields": [
"project",
"study",
"race",
"ethnicity",
"gender",
"vital_status",
"whatever_lab_result_value",
"file_count",
"file_type",
"file_format"
]
"type": "data",
"title": "Download All Data",
"leftIcon": "user",
"rightIcon": "download",
"fileName": "data.json"
},
{
"enabled": true,
"type": "manifest",
"title": "Download Manifest",
"leftIcon": "datafile",
"rightIcon": "download",
"fileName": "manifest.json"
}
],
"table": {
"enabled": true,
"fields": [
"project",
"study",
"race",
"ethnicity",
"gender",
"vital_status",
"whatever_lab_result_value",
"file_count",
"file_type",
"file_format"
]
}
],
},
"useArboristUI": false,
"showArboristAuthzOnProfile": false,
"showFenceAuthzOnProfile": true,
Expand Down

0 comments on commit 825542a

Please sign in to comment.