quartz/components/scripts/graph.inline.ts
@@ -72,7 +72,7 @@ } } } else { links.flatMap(l => [l.source, l.target]).forEach((id) => neighbourhood.add(id)) Object.keys(data).forEach(id => neighbourhood.add(id)) } const graphData: { nodes: NodeData[], links: LinkData[] } = {