SVG-based sidebar widget displaying immediate family relationships (parents, siblings, spouses, children) with compact card layout, multi-spouse routing, wrapped rows, and ancestor/descendant indicators.
5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
/**
|
|
* D3 re-exports used by the family navigator graph.
|
|
*/
|
|
export { select } from "d3-selection";
|