Public
Edited
Jul 5, 2024
4 forks
Insert cell
Insert cell
Insert cell
Coords = chantiersEnCours.map((d) => d.geo_point_2d)
Insert cell
Plot.plot({
marks: [Plot.dot(Coords, { x: "lon", y: "lat" })]
})
Insert cell
Plot.plot({
marks: [
Plot.dot(chantiersEnCours, {
x: (d) => d.geo_point_2d.lon,
y: (d) => d.geo_point_2d.lat,
r: "duree",
stroke: "entreprise"
})
]
})
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