- remove unwanted code
	- fix dropdown bug
	- add bar graph for test count
This commit is contained in:
Pritimay Sarkar
2023-07-31 10:49:08 +05:30
parent 1b65914b48
commit af54d53f8f
8 changed files with 135 additions and 62 deletions

View File

@@ -6,6 +6,7 @@
.tests-count-card {
width: 80vw;
height: 80vh;
background-color: white;
margin: 10px;
}
@@ -14,4 +15,15 @@
text-align: center;
font-weight: 600;
padding: 15px;
}
}
.axis-grid line {
/* stroke: #def; */
stroke: lightgrey;
/* stroke-opacity: 0.7; */
shape-rendering: crispEdges;
}
.bar {
fill: steelblue;
}