Public
Edited
Apr 10, 2024
2 forks
Insert cell
Insert cell
data = FileAttachment("penguins.csv").csv({typed: true})
Insert cell
gw = import('https://cdn.jsdelivr.net/npm/@kanaries/graphic-walker@0.4.60/+esm')
Insert cell
function draw_gw(props) {
const div = htl.html`<div>`;
requestAnimationFrame(() => gw.embedGraphicWalker(div, props));
return div;
}
Insert cell
draw_gw("gw")
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