Public
Edited
Dec 5, 2022
1 fork
1 star
Insert cell
Insert cell
Insert cell
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/2}px;
background: radial-gradient(
ellipse ${sizing} at ${hor}% ${ver}%,
${c1} ${c1_pct}%,
${c2} ${c2_pct}%,
${c3} ${c3_pct}%
)
}
</style>
<div class="radial"></div>
`
}
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