Published
Edited
Apr 7, 2020
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// viewof animate = button();
// viewof animate = {
// let value = false;
// const button = html`<button>Animate`;
// Object.defineProperty(button, "value", {get() { return value; }});
// button.onclick = () => value = !value;
// return button;
// }
Insert cell
drawing = svg`<svg height=0><circle cx= 0 cy = 0 r = 80 style="opacity:0;"></svg>`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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