csv data analysis for single file and pie chart

This commit is contained in:
prisar
2023-07-26 17:52:50 +05:30
parent 438f5b4a9e
commit 170c493870
7 changed files with 244 additions and 114 deletions

View File

@@ -0,0 +1,17 @@
.line {
fill: none;
stroke: #009EDC;
stroke-width: 1px;
}
.tests-count-card {
width: 80vw;
background-color: white;
margin: 10px;
}
.graph-title {
text-align: center;
font-weight: 600;
padding: 15px;
}