Public
Edited
Dec 19, 2022
1 fork
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
function beneficiaireSelecteurFit() {
const all = data.groupAll();
const beneficiaire = data.dimension((d) => d["beneficiaire"]);
const beneficiaireGroup = beneficiaire.group();

const selecteurBeneficiaire = new dc.SelectMenu("#selecteur-beneficiaire")
.dimension(beneficiaire)
.group(beneficiaireGroup)
.controlsUseVisibility(true)
.promptText("Tous");
return selecteurBeneficiaire;
}
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

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