Public
Edited
May 9, 2023
Insert cell
Insert cell
import {vl} from "@vega/vega-lite-api-v5"
Insert cell
south_east_asia_countries = ["Brunei", "Cambodia", "East Timor", "Indonesia", "Laos", "Malaysia", "Myanmar", "Philippines", "Singapore", "Thailand", "Vietnam"]
Insert cell
// vl.markBar()
// .data(data2000)
// .encode(
// vl.x().fieldN('cluster'),
// vl.y().fieldQ('pop'),
// vl.color().fieldN('country').legend(null),
// vl.tooltip().fieldN('country')
// )
// .render()
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