Published
Edited
Mar 26, 2020
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
viewof group = select({
title: "Grouper par",
description: "Granularité des données",
options: [
{ value: 'DEP', label: 'Départements' },
{ value: 'FRA', label: 'France' },
{ value: 'REG', label: 'Régions' }
],
value: 'FRA'
})
Insert cell
viewof sources = select({
description: "Sources des données",
options: _.keys(groupDatasets),
value: _.keys(groupDatasets),
multiple: true
})
Insert cell
viewof attribut = select({
title: "Afficher",
description: "Attribut a afficher",
options: availableAttributes,
value: 'casConfirmes'
})
Insert cell
viewof logScale = checkbox([{ value: true, label: 'logScale? ' }])
Insert cell
Insert cell
Insert cell
getDatum = function(datum) {
return [getDate(datum), getAttribute(datum)];
}
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