Published
Edited
Apr 9, 2019
Insert cell
Insert cell
{
// x0=0, y0=0, lw=1, w=100, h=100, stroke="#000", fill="#fff", margin = {left:5, top:5, right:5, bottom:5}
let w = 300, h = 300;
const svg = d3.select(DOM.svg(w, h));
let stroke = "#000", fill="#fff";

svg.call(border, {w:w, h:h})
return svg.node();
}
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