Published
Edited
Sep 4, 2018
1 fork
Insert cell
Insert cell
Insert cell
svg = {
const w = width,
h = 600;

var svg = d3.select(DOM.svg(w, h));

svg
.append("circle")
.attr("r", 50)
.attr("cx", 100)
.attr("cy", 100)
.attr("title", "This is the circle title");

console.log(tippy("svg circle"));

return svg;
}
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