Public
Edited
Oct 13, 2022
Insert cell
Insert cell
viewof treeloss = vl.markBar({ binSpacing: 0 })
.data(inpe)
.encode(
vl.x().fieldT("year").timeUnit("years"),
vl.y().fieldQ("surface"),
vl.color().fieldN("president")
)
.width(250)
.render({ renderer: 'svg' })
Insert cell
inpe = FileAttachment("INPE - déforestation Amazonie - data@1.csv").csv()
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