Public
Edited
Mar 31, 2020
1 fork
1 star
Insert cell
Insert cell
newChart = { return chart; }
Insert cell
updateChart(d3.select(chart), data)
Insert cell
rowFilter = (row) => row.Continent==="Asia"
Insert cell
countryToFocus = "South Africa"
Insert cell
Insert cell
Insert cell
xLabel = "Days since first case"
Insert cell
yLabel = "Confirmed cases"
Insert cell
import {chart, updateChart, data, dates}
with {
rowFilter as rowFilter,
countryToFocus as countryToFocus,
header as header,
footer as footer,
xLabel as xLabel,
yLabel as yLabel
} from "@john-guerra/coronavirus-latinoamerica"
Insert cell
d3 = require("d3")
Insert cell

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.
Learn more