Published unlisted
Edited
Jul 11, 2021
2 stars
Insert cell
Insert cell
Insert cell
myOptions = [1, 2, 3, 4, 5]
Insert cell
viewof myFilter = Inputs.checkbox(myOptions, {label: "Foo"})
Insert cell
myFilter
Insert cell
Inputs.bind(Inputs.checkbox(myOptions, {label: "Foo"}), viewof myFilter)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof x = new View(0)
Insert cell
viewof x.bind(mutableForm(slider()))
Insert cell
x
Insert cell
viewof x.bind(mutableForm(slider()))
Insert cell
Insert cell
viewof col = new View('#000000')
Insert cell
viewof col.bind(mutableForm(color()))
Insert cell
col
Insert cell
viewof col.bind(mutableForm(color()))
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