Public
Edited
Nov 13
Insert cell
Insert cell
Insert cell
duration = 200
Insert cell
stroke = "blue"
Insert cell
polygon = [
[center[0] - size, center[1] - size],
[center[0] + size, center[1] - size],
[center[0] + size, center[1] + size],
[center[0] - size, center[1] + size]
];
Insert cell
size = height / 4;
Insert cell
height = 500
Insert cell
center = [width / 2, height / 2]
Insert cell
geometric = require("geometric@2");
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