Published
Edited
May 10, 2021
9 forks
2 stars
Insert cell
Insert cell
goodgraphics(
{
height: 600,
width: 600,
attributes: {
fill: "#fff",
style: "background: #eee",
stroke: "#1b1b1b"
}
},
(svg) => {
svg.circle(svg.width / 2, svg.height / 2, 100);

svg.draw();
}
)
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