Published
Edited
Oct 15, 2021
2 forks
Importers
24 stars
Insert cell
Insert cell
viewof color = Inputs.color({label: "Favorite color", value: "#4682b4"})
Insert cell
color
Insert cell
Insert cell
viewof fill = Inputs.color({label: "Fill", value: d3.color("steelblue").formatHex()})
Insert cell
Insert cell
viewof stroke = Inputs.color({label: "Stroke", datalist: d3.schemeTableau10})
Insert cell
stroke
Insert cell
Insert cell
viewof disabled = Inputs.color({label: "Disabled", value: "#f28e2c", disabled: true})
Insert cell
disabled
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