Public
Edited
Oct 10, 2024
45 forks
6 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
artists = artistQuery.artists
Insert cell
Insert cell
Insert cell
Insert cell
table(
artists.slice(0, 7).map(
({ name, gender, type, country }) => ({
Name: md`**${name}**`,
Gender: md`**${gender}**`,
Type: md`**${type}**`,
Country: md`**${country}**`
})
)
)
Insert cell
table(
artists.slice(0, 7).map(
({ name, gender, type, country }) => ()
)
Insert cell
Insert cell
Insert cell
vl
.markCircle()
.data(artists)
.encode(
vl.y().fieldN('name').sort(null),
vl.x().scale({domain: [50, 105]}).fieldQ('score'),
vl.color().fieldN('type')
)
.render()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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