Published
Edited
Sep 4, 2020
1 fork
Importers
10 stars
Insert cell
Insert cell
example = {
let badges = [];
badges.push({stat: 1, description: "partridge in a pear tree", backColor: "darkblue", start: 1, end: 3});
badges.push({stat: 2, description: "turtle doves", backColor: "blue", start: 3, end: 5});
badges.push({stat: 3, description: "french hens", backColor: "green"});
badges.push({stat: 4, description: "calling birds", backColor: "darkorange"});
badges.push({stat: 5, description: "golden rings!", backColor: "brown"});
badges.push({stat: 6, description: "geese a layin\`"});

return dashboard({columns: 4, badges});
}
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