Public
Edited
Feb 24, 2023
2 forks
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
countries = FileAttachment("custom.geo.json").json()
Insert cell
inset = 50
Insert cell
height = width / 2
Insert cell
vx = 0.03
Insert cell
vy = -0.05
Insert cell
projection = d3.geoOrthographic()
.fitExtent([
[inset, inset], [width - inset, height - inset]], // The region we want our sphere to fit in.
{type: "Sphere"}
);
Insert cell
graticule = d3.geoGraticule10();
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