Public
Edited
Mar 16, 2024
Insert cell
Insert cell
viewof input = {
const p = Inputs.radio(Object.values(forest), {format: x => x.title, value: forest.woonWaarden});
d3.select(p).select("div").style("column-count", width < 500 ? 1 : 2);
d3.select(p).selectAll("label").style("display", "block");
return p;
}
Insert cell
Insert cell
forest
Insert cell
import {forest} from "@martien/forest-for-the-trees"
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