2023-07-26 17:52:50 +05:30
|
|
|
.line {
|
|
|
|
|
fill: none;
|
|
|
|
|
stroke: #009EDC;
|
|
|
|
|
stroke-width: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tests-count-card {
|
2023-07-31 17:24:07 +05:30
|
|
|
width: 40vw;
|
|
|
|
|
height: 45vh;
|
2023-07-26 17:52:50 +05:30
|
|
|
background-color: white;
|
|
|
|
|
margin: 10px;
|
2023-07-31 18:04:44 +05:30
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-direction: column;
|
2023-07-26 17:52:50 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.graph-title {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 600;
|
2023-07-31 18:04:44 +05:30
|
|
|
padding: 5px;
|
|
|
|
|
bottom: -10;
|
2023-07-31 10:49:08 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.axis-grid line {
|
|
|
|
|
/* stroke: #def; */
|
|
|
|
|
stroke: lightgrey;
|
|
|
|
|
/* stroke-opacity: 0.7; */
|
|
|
|
|
shape-rendering: crispEdges;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bar {
|
|
|
|
|
fill: steelblue;
|
|
|
|
|
}
|