csv data analysis for single file and pie chart
This commit is contained in:
17
src/components/TestAnalyticsGraph.css
Normal file
17
src/components/TestAnalyticsGraph.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user