Type Table, then Shift-Enter. Ctrl-space for more options.
projection=d3// When a GeoJSON is encoded in WGS84 planar coordinates, and you need to project it with D3
.geoMercator()
.fitExtent(mapExtent,mapGeoJSON)
path=d3.geoPath(projection)
height=Math.min(500,width*(584/464))
Select a data source…
Type Chart, then Shift-Enter. Ctrl-space for more options.
mapExtent=[
// [100, 16],
[0,0],
[width,height]
]
dropshadow=DOM.uid("dropshadow")
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.