displaying MedianOfFreeBedsByKreisChartView horizontal instead of vertical
This commit is contained in:
@@ -72,6 +72,7 @@ function createSlider(sliderElement, range, onUpdate) {
|
||||
connect: true,
|
||||
range: range,
|
||||
step: 1,
|
||||
orientation: 'horizontal'
|
||||
});
|
||||
sliderElement.noUiSlider.on('update', onUpdate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user