Public
Edited
Feb 20, 2024
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
<svg width="80" height="80">
<rect x="0" y="0" width="80" height="80" fill="orange"></rect>
</svg>
Insert cell
Insert cell
Insert cell
<svg width="80" height="80">
<circle cx="40" cy="40" r="40" fill="orange"></circle>
</svg>
Insert cell
Insert cell
Insert cell
<svg width="80" height="80">
<ellipse cx="40" cy="40" rx="35" ry="20" fill="orange"></ellipse>
</svg>
Insert cell
Insert cell
Insert cell
<svg width="80" height="80">
<line x1="10" y1="10" x2="70" y2="70" stroke="orange" stroke-width="3"></line>
</svg>
Insert cell
Insert cell
Insert cell
<svg width="80" height="80">
<path d="M40 5 L75 75 L5 75 Z" stroke="orange" stroke-width="3" fill="none"></path>
</svg>
Insert cell
Insert cell
Insert cell
<svg width="80" height="80">
<text x="0" y="50" fill="orange" font-size="32px">Hello</text>
</svg>
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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