Added filtering of datapoints

This commit is contained in:
Magnus Åhall 2024-06-30 11:27:49 +02:00
parent 7e45798527
commit df8e3fba23
4 changed files with 63 additions and 8 deletions

View file

@ -30,6 +30,10 @@
color: @text3;
}
.hidden {
display: none !important;
}
div {
white-space: nowrap;
align-self: center;