2023-07-26 17:52:50 +05:30
|
|
|
.line {
|
|
|
|
|
fill: none;
|
|
|
|
|
stroke: #009EDC;
|
|
|
|
|
stroke-width: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.graph-card {
|
2023-07-31 17:24:07 +05:30
|
|
|
width: 40vw;
|
|
|
|
|
height: 45vh;
|
2023-07-26 17:52:50 +05:30
|
|
|
background-color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.graph-title {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
fill: teal;
|
|
|
|
|
font-weight: bold;
|
2023-07-27 10:29:40 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#category-diagram {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2023-07-26 17:52:50 +05:30
|
|
|
}
|