text=FileAttachment("n_text-6 Jun 2020.json.json").json()
// text = fetch(`https://en.wikipedia.org/w/api.php?format=json&origin=*&action=parse&prop=text&page=List_of_proverbial_phrases§ion=${section_number}`).then(response => response.json())
section_letter="N";
diagonal=d3.linkHorizontal().x(d=>d.y).y(d=>d.x)
tree=d3.tree().nodeSize([dx,dy])
dx=10
dy=(width/12)-margin.left-margin.right// adjusted for the depth of nodes and margins
// dy = (width / 12)
// dy = (width / 6)
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.