The pandemic that struck the world in 2020 made everyone follow the news and the numbers that involve the COVID-19.
Why don’t you take that opportunity to create something simple and pleasant, to follow the number of vaccinations worldwide?
To face this challenge, I'm using the data provided by Our World in Data - Research and data to make progress against the world’s largest problems.
They have a dedicated repository on Github with the data of COVID-19, and I took the vaccination data to help me with my tracker.
If you didn't know the guys, check it out, it well worth your time. Github repository
The application iris-vaccine-tracker has three different pages.
- The main dashboard
- The data table with detailed information presented in the dashboard
- The heat map
Dashboard
The main dashboard provides a quick overview of the vaccination situation around the world.
The first widget offers the info about :
- How many vaccines are being used to vaccinate the population
- How many countries provide information about vaccination
- Total of vaccinations applied so far.
The second widget gives us the timeline view of vaccination with the top 10 countries with the most significant vaccination numbers.
The third widget offers a bar chart with the top countries, showing the total vaccination so far.
And the final widget, we have the distribution of vaccines, which vaccines are being used, and their percent of usage.
Datatable
The data table shows the detailed information that the main dashboard summarized.
Heat Map
The heat map is a different view using the info that we already used in the main dashboard and data table—but now using a detail provided by the Country persistent table. The amCharts library uses the ISO Code Alpha2, Country Name, and Value to create this awesome chart.
Demo
http://iris-vaccine-tracker.eastus.cloudapp.azure.com:52773/csp/irisapp/...
If you liked the app and think I deserve your vote, please vote for iris-vaccine-tracker!
Very nice @Henrique.GonçalvesDias!
It would be nice to add the country's population to your dataset and toggle the charts/maps to show it by vaccinations as % of the population. It will show a complete different leaderboard
Hi @Asaf Sinay
Thanks for your interest in my project, and for the idea! Let's do this!
I'll add a new Property on the persistent class Country and we can show the difference between total of vaccinations and % of the population.
@Asaf Sinay Idea deployed! 😃I put side by side the 2 line charts and bar charts with the total of vaccinations and the highest % of the population.
http://iris-vaccine-tracker.eastus.cloudapp.azure.com:52773/csp/irisapp/...
I also really like the fact that you linked a live demo that users can easily access!