Published
Edited
Apr 21, 2020
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof s = slider({min:10,max:100})
Insert cell
viewof t = slider({min:10,max:100})
Insert cell
root = d3.stratify().id(d =>d.name).parentId(d => d.parent)(treeData).sum(d => 1)

Insert cell
descendants = d3.tree().nodeSize([s,t])(root).descendants()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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