Public
Edited
Jun 6, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
/*
//edgeColor selector
viewof edgeColor0 = Object.assign(html`<select>
<option value=input>Color by input
<option value=output>Color by output
<option value=path selected>Color by input-output
<option value=none>No color
</select>`, {
value: new URLSearchParams(html`<a href>`.search).get("color") || "path"
})
*/
Insert cell
/*
//alignment selector
viewof align = Object.assign(html`<select>
<option value=left>Left-aligned
<option value=right>Right-aligned
<option value=center>Centered
<option value=justify selected>Justified
</select>`, {
value: new URLSearchParams(html`<a href>`.search).get("align") || "justify"
})
*/
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