Published
Edited
Oct 12, 2022
Fork of Dot tile v2
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data = { return {
label: 'Engagement',
data: [
{
label: 'X',
title: 'Group X',
value: 12.6,
count: 4311,
change_pct: 11.1,
},
{
label: 'Y',
title: 'Group Y',
value: 44.6,
count: 1321,
change_pct: 12.4,
},
{
label: 'Z',
title: 'Group Z',
value: 36.6,
count: 3340,
change_pct: 16.1,
}
]
}
};
Insert cell
<hr>
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<style>
text {
font-family:'Space Mono',monospace;
fill: #130C0E;
}
</style>
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