Public
Edited
Oct 10, 2022
1 fork
Importers
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// call de la fonction circleLegend
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
projection = d3
.geoConicConformal()
.parallels([35, 65])
.rotate([-20, 0])
.scale(width * 1.2)
.center([0, 52])
.translate([width / 2, height / 2])
.clipExtent([[0, 0], [width, height]])
.precision(0.2)

Insert cell
projection_large = d3
.geoConicConformal()
.parallels([35, 65])
.rotate([-20, 0])
.scale(width * 0.9)
.center([0, 52])
.translate([width / 2, height / 2])
.clipExtent([
[0, 0],
[width, height]
])
.precision(0.2)
Insert cell
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