adding sliders to charts

This commit is contained in:
frankknoll
2023-01-30 11:31:09 +01:00
parent 4e70605020
commit 84781f7715
5 changed files with 66 additions and 8 deletions

View File

@@ -4,4 +4,18 @@
.dataTables_length {
float: right !important;
}
.chartWithSlider {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
}
.chartWithSlider .chartContainer {
flex: 95%;
}
.chartWithSlider .sliderContainer {
flex: 5%;
}