Public
Edited
Dec 1, 2023
Fork of partners
1 fork
1 star
Insert cell
Insert cell
Insert cell
Insert cell
data = FileAttachment("wiedan_2@2.json").json()
Insert cell
Insert cell
function id(node) {
return `${node.parent ? id(node.parent) + "." : ""}${node.data.name}`;
}
Insert cell
colorin = "#FFFFFF"
Insert cell
colorout = "#FFFFFF"
Insert cell
colornone = "#FFF648"
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