Published
Edited
Feb 18, 2021
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
map.reset(reset)
Insert cell
map.updateCircles(currentSafetyNets)
Insert cell
map.updateData(currentData)
Insert cell
selectedCounty == "false"
? ""
: map.clicked(undefined, countyBoundsMap.get(selectedCounty))
Insert cell
width = 960
Insert cell
height = 450
Insert cell
Insert cell
Insert cell
colorDomain = casesOrDeaths == "cases" ? casesExtent : deathsExtent
Insert cell
casesExtent = d3.extent(rawCasesAndDeaths, d => d.cases)
Insert cell
deathsExtent = d3.extent(rawCasesAndDeaths, d => d.deaths)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
countyQuery = whichPolygon(ncCountiesGeo)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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