Basic graph for INT values

This commit is contained in:
Magnus Åhall 2024-06-26 11:58:54 +02:00
parent 047f39cfa7
commit f0a6ce7b95
6 changed files with 44 additions and 0 deletions

View file

@ -81,3 +81,8 @@
grid-gap: 8px;
}
}
.graph {
height: 600px;
border: 1px solid #fff;
}