Covid19-Cases in the Kanton of Zurich visualized. See here: https://rsalzer.github.io/COVID_19_KT_ZH/
- Gesundheitsdirektion Kanton Zürich, https://opendata.swiss/de/dataset/covid_19-fallzahlen-kanton-zuerich via their github-page https://github.com/openZH/covid_19
The following CSVs are loaded and used for the diagrams:
- https://github.com/openZH/covid_19/blob/master/COVID19_Fallzahlen_Kanton_ZH_alter_geschlecht.csv
- https://github.com/openZH/covid_19/blob/master/COVID19_Fallzahlen_Kanton_ZH_total.csv
I use D3.js to load and parse the CSVs and then Chart.js to produce the various diagrams.
Feel free to fork, suggest edits.