Published
Edited
Apr 18, 2020
1 star
Insert cell
Insert cell
Insert cell
Insert cell
svg`<svg viewBox="0 0 230 200" style="width: 100%; height: auto;">
<defs>
${star}
${star2}
</defs>

<circle cx=50 cy=50 r=50 fill="url(#star)"/>

<circle cx=180 cy=50 r=40 fill="none" stroke-width=20 stroke="url(#star)"/>

<circle cx=50 cy=150 r=50 fill="url(#star2)"/>

<circle cx=180 cy=150 r=40 fill="none" stroke-width=20 stroke="url(#star2)"/>

</svg>`
Insert cell
import {draft} from "@cw/scrapbook"
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