Published
Edited
May 10, 2022
33 stars
Insert cell
Insert cell
Insert cell
Insert cell
{
async function main() {
const grafer = new GraferView(viz_container);
if (document.fullscreenElement) {
await loadGraferData(grafer, viz_container);
} else {
await loadGraferData(grafer, viz_container);
if (!globalCache.welcomeSeen) {
const welcome = createWelcome(viz_container, async () => {
welcome.parentElement.removeChild(welcome);
globalCache.welcomeSeen = true;
});
}
}
}

main();
yield(md `## Source Code`)
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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