fix dounut chart tooltip

- add constants
	- add container row in analytics page to reduce scroll
This commit is contained in:
Pritimay Sarkar
2023-07-31 17:24:07 +05:30
parent af54d53f8f
commit fb602e56d7
8 changed files with 53 additions and 22 deletions

11
src/constants.js Normal file
View File

@@ -0,0 +1,11 @@
const constants = {
categoryshortname: {
"SICKLECELLTRAIT": "Trait",
"SICKLECELLDISEASE": "Disease",
"NEGATIVEBORDERLINE": "-Borderline",
"POSITIVEBORDERLINE": "+Borderline",
"NORMAL": "Normal",
},
};
export default constants;