Public
Edited
Feb 26, 2024
Importers
Insert cell
Insert cell
hiccup = import("https://cdn.jsdelivr.net/npm/@thi.ng/hiccup@5.1.13/+esm")
Insert cell
svgH = (attrs, children) => hic(["svg", attrs, ...children]);
Insert cell
hic = (tree) => {
return svg`${hiccup.serialize(tree)}`
}
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