Public
Edited
Apr 4, 2023
Insert cell
Insert cell
Insert cell
<div class="progress-bar">
<div class="progress-value"></div>
</div>
Insert cell
<style>
.progress-bar {
width: 100%;
height: 10px;
background: hotpink;
}
.progress-value {
background: blue;
width: 50%;
height: 10px;
}
</style>
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