Published
Edited
Sep 4, 2022
Importers
Insert cell
Insert cell
function node(chart) {
const node = chart.node();
node.options = () => chart.options();
return node;
}
Insert cell
function h2({ title = "", link = "" } = {}) {
return htl.html`<h2><a href="${link}" target="_blank">${title}</a></h2>`;
}
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