Published
Edited
Sep 22, 2022
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: 2.4
},
{
label: 'Y',
title: 'Group Y',
value: 44.6
},
{
label: 'Z',
title: 'Group Z',
value: 36.6
}
]
}
};
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