Public
Edited
Mar 10
2 forks
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
chart(url, sheet, {
markers: {
bubble: {
encoding: {
y: {data: {concept: "LEX"}},
x: {data: {concept: "GDP"}, scale: {type: "log"}},
size: {data: {concept: "POP"}},
color: {data: {concept: "world_region"}}
}
}
}
})
Insert cell
Insert cell
Insert cell
{
document.head.appendChild(html`<link rel='stylesheet'
href='https://www.unpkg.com/@vizabi/shared-components@1.30.1/build/VizabiSharedComponents.css' />`);
document.head.appendChild(html`<link rel='stylesheet'
href='https://www.unpkg.com/@vizabi/bubblechart@3.16.0/build/bubblechart.css' />`);
return "css imports"
}
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