Published
Edited
Feb 17, 2021
Importers
7 stars
Insert cell
Insert cell
Insert cell
// Create a new Pendulum.
pendulum = new Pendulum()
.angle(Math.PI / 2)
.damping(.999)
.gravity(.5)
.length(height / 2 - radius)
.origin([width / 2, height / 2]);
Insert cell
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