fix dounut chart tooltip
- add constants - add container row in analytics page to reduce scroll
This commit is contained in:
11
src/constants.js
Normal file
11
src/constants.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const constants = {
|
||||
categoryshortname: {
|
||||
"SICKLECELLTRAIT": "Trait",
|
||||
"SICKLECELLDISEASE": "Disease",
|
||||
"NEGATIVEBORDERLINE": "-Borderline",
|
||||
"POSITIVEBORDERLINE": "+Borderline",
|
||||
"NORMAL": "Normal",
|
||||
},
|
||||
};
|
||||
|
||||
export default constants;
|
||||
Reference in New Issue
Block a user