Skip to content

Commit

Permalink
feat: added pfizer vaccine tracking, updated vaccine numbers (28/9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopoore committed Sep 29, 2021
1 parent b12aa46 commit 86ff692
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
3 changes: 2 additions & 1 deletion components/Data/BarChartsSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ const BarChartsSection: React.FC = (): JSX.Element => {
{ name: 'Sinopharm', value: vaccineOrigin['Sinopharm Vacuna SARSCOV 2 inactivada'] },
{ name: 'ChAd0x1 AstraZeneca', value: vaccineOrigin['AstraZeneca ChAdOx1 S recombinante'] },
{ name: 'Moderna', value: vaccineOrigin['Moderna ARNm'] },
{ name: 'Pfizer', value: vaccineOrigin['Pfizer BioNTech Comirnaty'] },
],
colors: ['#4CBDF5', '#9551F5', '#F5EF33', '#62FCA8', '#4CBDF5'],
colors: ['#4CBDF5', '#9551F5', '#F5EF33', '#62FCA8', '#4CBDF5', '#9551F5'],
},
];

Expand Down
18 changes: 13 additions & 5 deletions utils/staticData.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"provider": "Instituto Gamaleya",
"countryProduced": ["RU"],
"purchased": 30000000,
"arrived": 15000920
"arrived": 17363945
},
{
"shortName": "Covishield",
Expand All @@ -170,22 +170,22 @@
"provider": "Sinopharm",
"countryProduced": ["CN"],
"purchased": 30000000,
"arrived": 22912000
"arrived": 28856000
},
{
"shortName": "ChAd0x1 S",
"name": "AstraZeneca ChAdOx1 S recombinante",
"provider": "Oxford / AstraZeneca",
"countryProduced": ["AR", "KR"],
"purchased": 24716200,
"arrived": 15544500
"arrived": 16936500
},
{
"shortName": "mRNA-1273",
"name": "Moderna ARNm",
"provider": "Moderna",
"countryProduced": ["US"],
"purchased": 20000000,
"purchased": 23500000,
"arrived": 3500000
},
{
Expand All @@ -194,7 +194,15 @@
"provider": "CanSino Biologics Inc.",
"countryProduced": ["CN"],
"purchased": 5400000,
"arrived": 400000
"arrived": 600000
},
{
"shortName": "Pfizer BNT162b2",
"name": "Pfizer BioNTech Comirnaty",
"provider": "Pfizer / BioNTech",
"countryProduced": ["US"],
"purchased": 20000000,
"arrived": 582460
}
],
"deprecatedVaccineTypes": [
Expand Down

0 comments on commit 86ff692

Please sign in to comment.