Published
Edited
Sep 13, 2020
6 forks
63 stars
Also listed in…
3D
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
deconstructed
Insert cell
colors = deconstructed[0].nodes.map(color)
Insert cell
bounds = getBounds(deconstructed)
Insert cell
states = expandStates(deconstructed, (sIndex, nIndex, node) => ({
x: 200 * ((node.x - bounds.left) / bounds.width - .5),
y: 200 * ((node.y - bounds.top) / bounds.height - .5),
z: 150 * sIndex / (deconstructed.length - 1),
}))
Insert cell
trails = getTrails(states, minDelta * Math.hypot(bounds.width/2, bounds.height/2))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more