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

@ -24,6 +24,9 @@
font-size: 0.85em;
color: #777;
}
#datapoints .hidden {
display: none !important;
}
#datapoints div {
white-space: nowrap;
align-self: center;