Published
Edited
Sep 11, 2019
Fork of Imports
1 fork
Insert cell
Insert cell
vl.markArea({interpolate:"monotone",stroke:"black",fill:"lightpink",opacity:.5})
.width(700)
.data(data)
.encode(
vl.x().fieldQ("yearID").axis({format:".0f",title:"year"}),
vl.y().fieldQ("W").axis({title:"wins"}),
vl.color().fieldN("name").scale({range:["red","navy"]})
)
.render()
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