Published
Edited
Aug 29, 2020
Importers
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof security = radio({
title: 'Security',
description: 'What is the security risk?',
options: securityOptions,
value: moderateSecurityRisk.label
})
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
lowSecurityRisk = ({label: "Low Security Risk", value: 0})
Insert cell
moderateSecurityRisk = ({label: "Moderate Security Risk", value: 0.1})
Insert cell
getValue(moderateSecurityRisk)
Insert cell
highSecurityRisk = ({label: "High Security Risk", value: 0.2})
Insert cell
options = ([
valueAccrual.label,
keyMetricGrowth.label,
keyMetricLive.label,
onMainNet.label,
activeDevelopment.label,
beingResearched.label
])
Insert cell
Insert cell
Insert cell
Insert cell
securityOptions = ([
lowSecurityRisk.label,
moderateSecurityRisk.label,
highSecurityRisk.label
])
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
createSecurityRisk = (idx) => radio({
title: 'Security Risk',
description: 'How secure will it be?',
options: securityOptions,
value: securityOptions[idx]
})
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