Published unlisted
Edited
Aug 1, 2021
1 fork
4 stars
Insert cell
Insert cell
Insert cell
detail = ""
Insert cell
Insert cell
Insert cell
Insert cell
nodeStatus = ({
"S-1": "unsure",
"S-2": "unsure",
"S-3": "go",
"S-4": "caution",
"S-5": "",
"S-6": "",
"S-7": "",
"S-8": "",
"S-9": "",
"S-10": "",
"S-11": ""
})
Insert cell
edgeStatus = ({
"1->2": "agree",
"2->1": "agree"
})
Insert cell
Insert cell
nodeLabels = ({
"S-1": "CUSTOMER",
"S-2": "STAFFING",
"S-3": "STRUCTURE",
"S-4": "SALES",
"S-5": "DEVELOPMENT",
"S-6": "OPERATIONS",
"S-7": "RESOURCES\n(FINANCE)",
"S-8": "STRATEGY",
"S-9": "MARKETING",
"S-10": "LEADERSHIP",
"S-11": "CULTURE"
})
Insert cell
edgeDescription = ({
"1->2": "Residents and visitors can easily get the help they need when they need it.",
"2->1": "Our staff are customer focused.",
"3->1": "Our Community infrastructure has systems in place to gather feedback from residents and visitors."
})
Insert cell
Insert cell
nodeColor = ({
"unsure": "lightblue",
"stop": "pink",
"caution": "lightyellow",
"go": "palegreen",
"default": "white"
})
Insert cell
edgeColor = ({
"agree": "palegreen",
"disagree": "pink",
"unknown": "lightblue",
"default": "lightgrey"
})
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
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