Public
Edited
Oct 18, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
outline = ({type: "Sphere"})
Insert cell
width = 1500;
Insert cell
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
indicators = d3.csvParse(await FileAttachment("Master file CITLAW Sep 25A.csv").text())
Insert cell
Insert cell
anim_data_pre
Insert cell
Insert cell
Insert cell
Insert cell
color = d3.scaleQuantize([0.0, 1], d3.schemeYlGn[9])
Insert cell
projection = d3.geoEqualEarth()
Insert cell
path = d3.geoPath(projection)
Insert cell
format = d => `${d}%`
Insert cell
world = FileAttachment("countries-50m.json").json()
Insert cell
topojson = require("topojson-client@3")
Insert cell
d3 = require("d3@6")
Insert cell
import {legend} from "@d3/color-legend"
Insert cell
import {Select} from "@observablehq/inputs"
Insert cell
import {Scrubber} from "@mbostock/scrubber"
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