Version two of the dashcoch project visualizing Swiss COVID-19 data.
This project required no backend. Feel free to fork. PRs are welcome. I used Pythons simple web server to develop:
python -m http.server
- Disply no data available in age pyramid for hospitalizations
- Add message that recent data might be incomplete
- Refactoring:
app.js
is a mess and there are some ugly globals - Check whether it makes sense to add cantonal mobility data (small cantons don't really have any) -> makes no sense
- Update summary depending on selected date
- Sort labels / tooltip by value
- Plot stringency vs. change in GDP
- Show all cantonal labels in canton heatmap
- Add moving average curve to date bar charts
- Add positivity rate to summaries
- Sum of excess mortality
- Add all sex to age/sex heatmap
- Add trails (past n days) in scatters
- Bring back option for log axis
- Show "No Data" message for age when selecting hospitalizations
- Add canton labels to map
Stay tuned.