-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'staging' of https://github.com/AI-READI/fairhub-app int…
…o email-verification # Conflicts: # src/router/index.ts
- Loading branch information
Showing
16 changed files
with
889 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
162 changes: 162 additions & 0 deletions
162
src/modules/dashboard/config/modules/phenotype-race-by-phase.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
{ | ||
"name": "Phenotype & Self-Reported Race by Phase", | ||
"id": "phenotype-race-by-phase", | ||
"title": "Participant Phenotype and Self-Reported Race by Phase", | ||
"subtitle": "Participant Counts Aggregated by Phenotype & Self-Reported Race", | ||
"width": 1280, | ||
"height": 720, | ||
"visualizations": [{ | ||
"type": "GroupedStackedBar", | ||
"config": { | ||
"id": "#phenotype-race-by-phase_grouped-stacked-bar", | ||
"width": 1080, | ||
"height": 520, | ||
"position": { | ||
"top": 0, | ||
"left": 0, | ||
"right": 0, | ||
"bottom": 0 | ||
}, | ||
"margin": { | ||
"top": 0, | ||
"left": 0, | ||
"right": 0, | ||
"bottom": 20 | ||
}, | ||
"padding": { | ||
"top": 20, | ||
"left": 0, | ||
"right": 36, | ||
"bottom": 0 | ||
}, | ||
"axis": { | ||
"scaling": { | ||
"x": 1.0, | ||
"y": 1.1 | ||
} | ||
}, | ||
"transitions": { | ||
"opacity": { | ||
"from": 0.7, | ||
"to": 1.0 | ||
}, | ||
"translate": { | ||
"from": "left", | ||
"to": "left" | ||
} | ||
}, | ||
"animations": { | ||
"opacity": { | ||
"delay": 0, | ||
"duration": 200, | ||
"easing": "expOut" | ||
}, | ||
"translate": { | ||
"delay": 0, | ||
"duration": 600, | ||
"easing": "expOut" | ||
} | ||
}, | ||
"legend": { | ||
"title": "Self-Reported Race", | ||
"accessor": "subgroup", | ||
"width": 200, | ||
"height": 140, | ||
"itemsize": 20, | ||
"fontsize": 10, | ||
"vposition": "bottom", | ||
"hposition": "left", | ||
"padding": { | ||
"top": 0, | ||
"left": 0, | ||
"right": 0, | ||
"bottom": 0 | ||
} | ||
}, | ||
"tooltip": { | ||
"title": "Data Point Details", | ||
"width": 720, | ||
"height": 140, | ||
"itemsize": 20, | ||
"fontsize": 10, | ||
"vposition": "bottom", | ||
"hposition": "left", | ||
"padding": { | ||
"top": 0, | ||
"left": 320, | ||
"right": 0, | ||
"bottom": 0 | ||
} | ||
}, | ||
"filters": { | ||
"width": 720, | ||
"height": 140, | ||
"itemsize": 20, | ||
"fontsize": 10, | ||
"vposition": "bottom", | ||
"hposition": "left", | ||
"padding": { | ||
"top": 0, | ||
"left": 320, | ||
"right": 0, | ||
"bottom": 0 | ||
} | ||
}, | ||
"palette": [ | ||
"#5DD462", | ||
"#FE7E6D", | ||
"#C79F38", | ||
"#82C5E6", | ||
"#999EEB", | ||
"#7F8C9F", | ||
"#727272" | ||
], | ||
"textures": { | ||
"size": 11, | ||
"fill": "transparent", | ||
"stroke": "rgba(255, 255, 255, 0.8)", | ||
"patterns": [ | ||
"woven", | ||
"waves", | ||
"nylon", | ||
"crosses", | ||
"caps", | ||
"squares" | ||
] | ||
}, | ||
"sorting": { | ||
"by": "group", | ||
"on": "subgroup", | ||
"ordering": "none" | ||
}, | ||
"accessors": { | ||
"filterby": { | ||
"name": "Phase", | ||
"key": "filterby", | ||
"type": "String" | ||
}, | ||
"group": { | ||
"name": "Phenotype", | ||
"key": "group", | ||
"type": "String" | ||
}, | ||
"subgroup": { | ||
"name": "Self-Reported Race", | ||
"key": "subgroup", | ||
"type": "String" | ||
}, | ||
"color": { | ||
"name": "Self-Reported Race", | ||
"key": "subgroup", | ||
"type": "String" | ||
}, | ||
"value": { | ||
"name": "Count (n)", | ||
"key": "value", | ||
"type": "Number" | ||
} | ||
}, | ||
"data": [] | ||
} | ||
}] | ||
} |
Oops, something went wrong.