Published
Edited
Oct 12, 2022
Fork of Dot tile v1
2 forks
1 star
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
},
{
label: 'Y',
title: 'Group Y',
value: 44.6,
count: 1321
},
{
label: 'Z',
title: 'Group Z',
value: 66.4,
count: 3340
}
]
}
};
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