Public
Edited
Nov 28, 2022
2 forks
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
return html`
<style>
.radial {
width: ${width}px;
height: ${width}px;
background: radial-gradient(
circle ${circle}px,
${c1},
${c2},
${c3},
${c4},
${c1},
${c5}
)
}
</style>
<div class="radial"></div>
`
}
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