Published
Edited
Sep 3, 2021
1 star
Insert cell
Insert cell
Insert cell
<svg width=700 height=200 xmlns="http://www.w3.org/2000/svg">
<defs>
<marker id="text" refX="20" refY="5" markerWidth="500" markerX=-10 markerHeight="500" orient="auto" >
<text x=0 fill="gray" y=20>Test</text>
</marker>
</defs>

<path d="M30,30 60,60 80,120 200,120 240,50" fill="none" stroke="black"
marker-start="url(#text)"
marker-mid="url(#text)"
marker-end="url(#text)"
/>

</svg>
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