Published
Edited
May 17, 2021
Insert cell
Insert cell
html`
<a-scene embedded style="height:300px; width:100%;">
${[1.8, 3.4, 2, 1.3, 2.6, 3.2].map((d, i, all) =>
html`<a-cylinder
position="${i - all.length / 2} ${d/2} -3"
radius="0.4"
height="${d}"
color="#FFC65D" />`)
}
</a-scene>
`
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