diff --git a/src/app/graphs/graphs.component.css b/src/app/graphs/graphs.component.css
index 217fc20..f1a6c00 100644
--- a/src/app/graphs/graphs.component.css
+++ b/src/app/graphs/graphs.component.css
@@ -1,5 +1,8 @@
+/* https://css-tricks.com/dont-overthink-flexbox-grids/ */
.flex-grid {
display: flex;
+
+ align-items: center;
}
.flex-grid .col {
flex: 1;
@@ -24,8 +27,6 @@
}
-
-
* {
box-sizing: border-box;
}
diff --git a/src/app/graphs/graphs.component.html b/src/app/graphs/graphs.component.html
index 7e96c48..3930a2b 100644
--- a/src/app/graphs/graphs.component.html
+++ b/src/app/graphs/graphs.component.html
@@ -39,138 +39,144 @@
- Search
- Search
+ {{ChartName}}
+ Average Count By Weekday For {{form.start_date | date}} - {{form.end_date | date}}
+ Average Count By Hour For {{form.start_date | date}} - {{form.end_date | date}}
+
Barcode | + +Barcode | -{{sample.barcode}} | -{{sample.barcode}} | +Date | + +Date | -{{sample.date}} | -{{sample.date}} | +Location | + +Location | - Location: {{sample.location}} Station: - {{sample.station}} |
- Location: {{sample.location}} Station: + {{sample.station}} |
+ IDs | -
- Compute ID: {{sample.compute_id}} Student ID: {{sample.student_id}} - |
- Contacts | -
- Phone: {{sample.phone}} Email: {{sample.email}} - |
-
---|