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

View File

@@ -5,8 +5,8 @@
}
.graph-card {
width: 80vw;
height: 80vh;
width: 40vw;
height: 45vh;
background-color: white;
margin: 10px;
}
@@ -15,6 +15,7 @@
text-align: center;
font-weight: 600;
padding: 15px;
top: -10;
}
.title {