Published
Edited
Jan 12, 2022
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
html`
<hr>
<style>
svg {
background: #faed8f
}
circle.item{
fill: #0f261f;
cursor: pointer;
transition: fill 0.2s ease;
}
circle.item:hover {
fill: #405416
}
circle.cluster{
fill: #ff616b;
}
// circle.cluster:hover {
// fill: #aa3d2f;
// }
circle.root{
display: none;
}

</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