Frontend can now filter with timespan

This commit is contained in:
2020-10-23 22:08:54 +02:00
parent 13f8437f29
commit edaff8a3ec
29 changed files with 558 additions and 152 deletions

View File

@@ -1,8 +1,9 @@
mgl-map {
position: absolute;
z-index: -1;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
#dashboard {
margin-left: 3rem;
margin-right: 3rem;
}
.batteryChart {
max-height: 40rem;
max-width: 60rem;
}