adding bars to table's frequency column

This commit is contained in:
frankknoll
2023-04-18 16:48:25 +02:00
parent 8eb6f8ff9b
commit 71c7f8d261
5 changed files with 39 additions and 6 deletions

View File

@@ -4917,4 +4917,9 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; }
.chartWithSlider .sliderContainer {
flex: 5%;
}
.bar {
height: 3px;
background-color: #1a73e8;
}