Published
Edited
Sep 10, 2021
Insert cell
Insert cell
Insert cell
diagonal = d3.linkHorizontal().x(d => d.y).y(d => d.x)
Insert cell
tree = d3.tree().nodeSize([dx, dy])
Insert cell
data = FileAttachment("reddot@1.json").json()
Insert cell
dx = 30
Insert cell
dy = width / 8
Insert cell
margin = ({top: 10, right: 120, bottom: 10, left: 60})
Insert cell
d3 = require("d3@6")
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