Public
Edited
Sep 1, 2023
Fork of Simple Globe
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
topojson = require("topojson-client@3")
Insert cell
topojson.feature(world, world.objects.countries)
Insert cell
//import {zoom} from "@d3/versor-zooming"
Insert cell
Insert cell
import {Toggle} from "@observablehq/inputs"
Insert cell
d3 = require("d3@6") // Load D3
Insert cell
import {color} from "@jashkenas/inputs"
Insert cell
Insert cell
placesCSV = `place,lat,lon
Copenhagen,12.5683371,55.6760968
Bay Area,-122.2913078,37.8271784
New York,-74.0059728,40.7127753
Beijing,116.407395,39.904211`
Insert cell
placesData = d3.csvParse(placesCSV, d3.autoType)
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