changing wording
This commit is contained in:
@@ -11,7 +11,7 @@ class FreeBedsChartView {
|
|||||||
if (this.#chart != null) {
|
if (this.#chart != null) {
|
||||||
this.#chart.destroy();
|
this.#chart.destroy();
|
||||||
}
|
}
|
||||||
const label = 'Anteil freier Betten';
|
const label = 'freie Betten';
|
||||||
this.#chart = new Chart(
|
this.#chart = new Chart(
|
||||||
this.#canvas,
|
this.#canvas,
|
||||||
{
|
{
|
||||||
@@ -60,7 +60,7 @@ class FreeBedsChartView {
|
|||||||
backgroundColor: 'rgba(0, 0, 150, 1)'
|
backgroundColor: 'rgba(0, 0, 150, 1)'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Median der Anteile freier Betten',
|
label: 'Median freier Betten',
|
||||||
data: data,
|
data: data,
|
||||||
parsing: {
|
parsing: {
|
||||||
yAxisKey: 'median_free_beds_in_percent'
|
yAxisKey: 'median_free_beds_in_percent'
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ class MedianOfFreeBedsByKreisChartView {
|
|||||||
if (this.#chart != null) {
|
if (this.#chart != null) {
|
||||||
this.#chart.destroy();
|
this.#chart.destroy();
|
||||||
}
|
}
|
||||||
const label = 'Median der Anteile freier Betten';
|
const label = 'Median freier Betten';
|
||||||
this.#chart = new Chart(
|
this.#chart = new Chart(
|
||||||
this.#canvas,
|
this.#canvas,
|
||||||
{
|
{
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -18,7 +18,7 @@ FK-FIXME:
|
|||||||
|
|
||||||
FK-TODO:
|
FK-TODO:
|
||||||
- Darstellung als Dashboard, siehe https://covid-karte.de/ oder https://experience.arcgis.com/experience/3a132983ad3c4ab8a28704e9addefaba
|
- Darstellung als Dashboard, siehe https://covid-karte.de/ oder https://experience.arcgis.com/experience/3a132983ad3c4ab8a28704e9addefaba
|
||||||
- nach den "Median der Anteile freier Betten"-Werten Rot-Gelb-Grün eingefärbte Deutschland-Karte anzeigen wie in https://experience.arcgis.com/experience/3a132983ad3c4ab8a28704e9addefaba
|
- nach den "Median freier Betten"-Werten Rot-Gelb-Grün eingefärbte Deutschland-Karte anzeigen wie in https://experience.arcgis.com/experience/3a132983ad3c4ab8a28704e9addefaba
|
||||||
- Alle Charts mit Slidern versehen?
|
- Alle Charts mit Slidern versehen?
|
||||||
|
|
||||||
anacron job:
|
anacron job:
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user