Public
Edited
Mar 7, 2024
Insert cell
Insert cell
Insert cell
data1 = data.results.map(place =>{
return {
name : place.location.description,
speed : place.currentFlow.speed,
congestion : place.currentFlow.jamFactor
}
})
Insert cell
data1
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
data2
X
speed
Y
congestion
Color
congestion
Size
Facet X
Facet Y
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.

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