Published
Edited
Jul 18, 2020
Insert cell
md`# 5R calculator
`
Insert cell
viewof score = html`<input type="range" min="1" max="5" value="1"></input>`

Insert cell
html`<div style="width: ${greenLength}px; height: 50px; background-color: ${color};"></div>`
Insert cell
greenLength=score*100
Insert cell
color= score < 3 ? "red" : "green"
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