All Events by Type
+(0, 0, 0, 0)
+diff --git a/services/api/src/html/ingest.html b/services/api/src/html/ingest.html index f0d6939..4a58545 100644 --- a/services/api/src/html/ingest.html +++ b/services/api/src/html/ingest.html @@ -15,82 +15,187 @@ text-decoration: none; } + h3 { + margin: 0; + } + .chart-container { - height: 50vh; position: relative; } - .smaller { - height: 33vh; + .main { + display: grid; + grid-template-columns: repeat(2, minmax(300px, 1fr)); + gap: 1rem; + padding: 1rem; + } + + .wide { + grid-column: span 2; + } + + .graph-head { + display: flex; + justify-content: space-between; + align-items: center; + } + + .sums-15m { + color: rgba(165, 165, 165, 1); + } + + .sums-1h { + color: rgba(165, 165, 165, 0.8); + } + + .sums-6h { + color: rgba(165, 165, 165, 0.6); + } + + .sums-1d { + color: rgba(165, 165, 165, 0.4); } -
(0, 0, 0, 0)
+(0, 0, 0, 0)
+(0, 0, 0, 0)
+(0, 0, 0, 0)
+(0, 0, 0, 0)
+(0, 0, 0, 0)
+(0, 0, 0, 0)
+(0, 0, 0, 0)
+(0, 0, 0, 0)
+