Public
Edited
Mar 19, 2024
Importers
Insert cell
Insert cell
Insert cell
forest = ({
analogVsDigital,
gemengdeScholen,
woonWaarden,
platformeconomie,
gemeenteWaterland,
topvrouwen,
declaratieVersusProvisie,
duurzaamHRBeleid,
agileAdoptie,
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
rows = Object
.entries(forest)
.map(mdTableRow)
.join("\n")
Insert cell
mdTableRow = ([name, {kind, title, year, synopsis}]) => `|**${kind} ${title}** (${year ? `${year}, ` : ""}**\`${name}\`**)<br/>${joinLines(synopsis)}|`
Insert cell
joinLines = (text) => text && text.replace(/\n/g, " ") || ""
Insert cell
import {fanpalette} from "@martien/fan-map-library"
Insert cell
Object.values(forest).map(k => k.nest).flat().filter(d => d.palette).map(k => k.palette)
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