Published
Edited
Feb 20, 2018
Insert cell
Insert cell
viewof display = {
var display = DOM.element("div");
var m = await msa.default({
el: display,
importURL: url,
vis: {
conserv: true,
overviewbox: false,
leftHeader: false,
markers: false
}
});
m.render();
return display;
}
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