Published
Edited
Aug 2, 2019
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function position(i) {
return {
key: i,
value: sphereSize,
x: Math.sin(i * xVariance) * spacing * i,
y: Math.cos(i * yVariance) * -spacing * i,
z: Math.tan(i) * spacing * 1000
};
}
Insert cell
Insert cell
Insert cell
Insert cell
reloader1 = {
x3dom.reload();
return bubbles;
}
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