diff --git a/docs/MedianOfFreeBedsByKreisChartView.js b/docs/MedianOfFreeBedsByKreisChartView.js index ee94e8537a1..473eece2e69 100644 --- a/docs/MedianOfFreeBedsByKreisChartView.js +++ b/docs/MedianOfFreeBedsByKreisChartView.js @@ -33,7 +33,7 @@ class MedianOfFreeBedsByKreisChartView { label: label, data: data, parsing: { - yAxisKey: 'median_free_beds_in_percent' + xAxisKey: 'median_free_beds_in_percent' }, backgroundColor: 'rgba(0, 255, 0, 1)' } @@ -43,6 +43,7 @@ class MedianOfFreeBedsByKreisChartView { #getOptions(label) { return { + indexAxis: 'y', plugins: { title: { display: true, @@ -56,16 +57,16 @@ class MedianOfFreeBedsByKreisChartView { }, responsive: true, scales: { - x: { + y: { title: { display: true, text: 'Landkreis' } }, - y: UIUtils.getPercentageScale(label) + x: UIUtils.getPercentageScale(label) }, parsing: { - xAxisKey: 'Kreis' + yAxisKey: 'Kreis' } }; } diff --git a/docs/forkMeOnGitHub.css b/docs/forkMeOnGitHub.css index 37c46365b06..64830501f35 100644 --- a/docs/forkMeOnGitHub.css +++ b/docs/forkMeOnGitHub.css @@ -1,4 +1,4 @@ -/* adapted from https: //codepo8.github.io/css-fork-on-github-ribbon/ */ +/* adapted from https://codepo8.github.io/css-fork-on-github-ribbon/ */ #forkongithub a { background: #000; @@ -36,7 +36,7 @@ top: auto; } -@media screen and (min-width:800px) { +/*@media screen and (min-width:800px) { #forkongithub { position: absolute; display: block; @@ -60,4 +60,4 @@ -o-transform: rotate(45deg); box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8); } -} \ No newline at end of file +}*/ \ No newline at end of file diff --git a/docs/gentelella/build/css/custom.css b/docs/gentelella/build/css/custom.css index 21765931ca3..7afdf20ebf8 100644 --- a/docs/gentelella/build/css/custom.css +++ b/docs/gentelella/build/css/custom.css @@ -4903,4 +4903,8 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; } .dataTables_wrapper>.row { overflow: auto !important; /*prevent datatables overflowing its container*/ -} \ No newline at end of file +} + +.noUi-target { + height: 300px; + } \ No newline at end of file diff --git a/docs/intensivstationen.html b/docs/intensivstationen.html index cc1339a9367..d8a56a197fc 100644 --- a/docs/intensivstationen.html +++ b/docs/intensivstationen.html @@ -58,114 +58,510 @@
- -