Public
Edited
Jan 31, 2023
Insert cell
Insert cell
<svg width=${width} height="200" viewBox="0 0 ${width} 200"></svg>
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
myMouseXY = mouseXY(svgcell,"mousemove")
Insert cell
mysvg.selectAll("circle")
.data(myMouseXY)
.join("circle")
.attr("cx", d => d[0])
.attr("cy", d => d[1])
.attr("r", 3);
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