Public
Edited
Feb 26, 2023
Importers
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// margin = ({ top: 20, right: 30, bottom: 60, left: 40 })
Insert cell
alldata = json.sort((a, b) => d3.ascending(a.denomination, b.denomination))
Insert cell
Insert cell
Insert cell
alldenom = {
return [...new Set(alldata.map((d) => titleCase(d.denomination)))];
}
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