Published
Edited
Jul 20, 2021
1 fork
4 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
fondEPCI = FileAttachment("epci2019@1.json").json();
Insert cell
epcis = topojson.feature(fondEPCI, fondEPCI.objects.epcill)
Insert cell
fondDEPT = FileAttachment("depts@2.json").json()
Insert cell
depts = topojson.feature(fondDEPT, fondDEPT.objects.deptsll)
Insert cell
Insert cell
data = d3.csvParse(dataCSV);
Insert cell
Insert cell
couleursC = d3.quantize(d3.interpolateHcl(couleurs[0], couleurs[1]), nbClasses);
Insert cell
codes = data.map(e => e.epci);
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
topojson = require('topojson')
Insert cell
import {color} from "@jashkenas/inputs"
Insert cell
import {slider} from "@jashkenas/inputs"
Insert cell
import {radio} from "@jashkenas/inputs"
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more