footer=html`According to data from <a href="https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data">John Hopkins University</a> until ${dates[dates.length-1]}.`
header=html`<h1>Coronavirus evolution in Africa</h1>`
xLabel="Days since first case"
yLabel="Confirmed cases"
import{chart,updateChart,data,dates}
with{
rowFilterasrowFilter,
countryToFocusascountryToFocus,
headerasheader,
footerasfooter,
xLabelasxLabel,
yLabelasyLabel
}from"@john-guerra/coronavirus-latinoamerica"
d3=require("d3")
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.