Published
Edited
Oct 21, 2021
1 star
Insert cell
Insert cell
Insert cell
Insert cell
import {isoAlpha3toEmoji} from "@mbostock/iso-3166-alpha"
Insert cell
function sparkbar(max) {
return x => htl.html`<div style="
background: HotPink;
width: ${100 * x / max}%;
float: left;
padding-left: 3px;
box-sizing: border-box;
color: white;">${x.toLocaleString("en")}`
}
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