Published
Edited
Feb 17, 2021
3 forks
Importers
39 stars
Insert cell
Insert cell
Insert cell
viewof demo = verticalSliders({
values: Array(30).fill(0).map((_, i) => Math.sin(i/3 + now/500) / 2 + 0.5),
labels: Array(30).fill(0).map((_, i) => i)
})
Insert cell
Insert cell
Insert cell
viewof color = verticalSliders({
names: ["r", "g", "b"],
labels:["red", "green", "blue"],
maxs: [255,255,255],
steps: [1,1,1]
})
Insert cell
import {form} from "@tomlarkworthy/mutable-form-input"
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