/dashcoch-v2

Primary LanguageJavaScript

Dashcoch-v2

Version two of the dashcoch project visualizing Swiss COVID-19 data.

Development

This project required no backend. Feel free to fork. PRs are welcome. I used Pythons simple web server to develop:

python -m http.server

TODO

  • 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)
  • 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

More to follow

Stay tuned.