Public
Edited
Feb 12
1 star
Also listed in…
Visualizations
Insert cell
Insert cell
data = d3.json(
"https://gist.githubusercontent.com/bumbeishvili/7f0596f2f0ae3283fd808e37c7de5a3a/raw/5eb9a983a6ef551916b4cfca50e1582a888fbd17/code.json"
)
Insert cell
Insert cell
Insert cell
Insert cell
dataUpload = [
{ id: 1, parentId: null, name: "root" },
{ id: 2, parentId: 1, name: "child 1" },
{ id: 3, parentId: 1, name: "child 1" },
{ id: 4, parentId: 1, name: "child 2" },
{ id: 5, parentId: 3, name: "child 2" }
]
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