Published
Edited
Sep 22, 2020
Insert cell
Insert cell
Insert cell
html`<svg viewBox="0 0 100 100" width="100" xmlns="http://www.w3.org/2000/svg">
<path d="M 10,30
A 20,20 0,0,1 50,30
A 20,20 0,0,1 90,30
Q 90,60 50,90
Q 10,60 10,30 z"/>
</svg>`
Insert cell
Insert cell
html`<svg viewBox="0 0 100 100" width="100" xmlns="http://www.w3.org/2000/svg">
${makePath()}
</svg>`
Insert cell
function makePath() {
return html`<path d="M 10,30
A 20,20 0,0,1 50,30
A 20,20 0,0,1 90,30
Q 90,60 50,90
Q 10,60 10,30 z"/>`
}
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