Published
Edited
Nov 30, 2020
1 star
Insert cell
Insert cell
Insert cell
Insert cell
d3.select(diagramContainer)
.call(div => {
div.node().innerHTML = '';
var diagram = new appmap.ComponentDiagram(div.node(), { zoom: { controls: false }, contextMenu: null });
diagram.render(componentModel);
diagram.expand('app/controllers');
})
.node()
Insert cell
Insert cell
Insert cell
scenarioData = d3.json("https://app.land/api/scenarios/2eaa468b-939d-41d0-ae0c-e82a61298c63")
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