vl.filter('datum.age >= 40')// keeps all data with age >= 40
).encode(
vl.x().fieldN('person'),
vl.y().fieldQ('age')
)
.width(200).height(200)
.render()
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.