Published
Edited
Jan 26, 2022
Insert cell
Insert cell
<svg width=300 viewBox="0 0 100 70">
<clipPath id="blue-clip">
<rect width=100 height=10 y=0></rect>
</clipPath>
<clipPath id="green-clip">
<rect width=100 height=10 y=10></rect>
</clipPath>
<clipPath id="red-clip">
<rect width=100 height=10 y=20></rect>
</clipPath>
<clipPath id="orange-clip">
<rect width=100 height=10 y=30></rect>
</clipPath>
<clipPath id="yellow-clip">
<rect width=100 height=10 y=40></rect>
</clipPath>
<clipPath id="teal-clip">
<rect width=100 height=10 y=50></rect>
</clipPath>
<rect fill="blue" clip-path="url(#blue-clip)" rx=30 width=100 height=60></rect>
<rect fill="green" clip-path="url(#green-clip)" rx=30 width=100 height=60></rect>
<rect fill="red" clip-path="url(#red-clip)" rx=30 width=100 height=60></rect>
<rect fill="orange" clip-path="url(#orange-clip)" rx=30 width=100 height=60></rect>
<rect fill="yellow" clip-path="url(#yellow-clip)" rx=30 width=100 height=60></rect>
<rect fill="teal" clip-path="url(#teal-clip)" rx=30 width=100 height=60></rect>

</svg>
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more