COVID-19 World CrRW Status Trend

Loading data and initializing plots ...
World Map of CrRW Status for  
{{ get_attr_colorscale_min_value_legend(attr_colorscales[current.attr]) }} {{ get_attr_colorscale_max_value_legend(attr_colorscales[current.attr]) }}

For {{ date }}, {{ country.data.name }}, (Population: {{ fmt_comma(country.data.pop) }}).

Cr7d100k: {{ get_detail().crp }} cases per 100k capita
RW_Cr7d100k: {{ get_detail().crt }}
New cases: {{ fmt_comma(get_detail().dnc) }}
Total cases: {{ fmt_comma(get_detail().ncc) }}
Vaccination Administered: {{ fmt_ind_val('vaps', get_detail().vap) }} ({{ fmt_ind_val('vacs', get_detail().vac) }} doses)
Fully Vaccinated: {{ fmt_ind_val('fvps', get_detail().fvp) }} ({{ fmt_ind_val('fvcs', get_detail().fvc) }} people)
Case Doubling Time: {{ (get_detail().cdt).toFixed(1) }} days
Total death: {{ fmt_comma(get_detail().dth) }}
Death rate: {{ (get_detail().dtr*100).toFixed(2) }} %
Total Cases / Population: {{ (get_detail().tcp*100).toFixed(4) }} %
Bootstrap