Added datavalue filtering on date

This commit is contained in:
Magnus Åhall 2024-06-27 08:59:34 +02:00
parent b6e1139e8a
commit 43d8938459
6 changed files with 69 additions and 5 deletions

View file

@ -68,6 +68,7 @@
grid-gap: 8px;
}
.graph {
width: 99%;
height: 600px;
border: 1px solid #fff;
}

View file

@ -68,6 +68,7 @@
grid-gap: 8px;
}
.graph {
width: 99%;
height: 600px;
border: 1px solid #fff;
}