Add show all to time filter. Set default zoom out

This commit is contained in:
William Jeynes
2026-04-25 11:28:53 +01:00
parent 259f9aee0a
commit 0491a55bf6
2 changed files with 38 additions and 6 deletions
@@ -151,6 +151,12 @@ export function VizSmallConnected() {
fgRef.current.d3ReheatSimulation();
}, [graphData]);
useEffect(() => {
if (fgRef.current) {
fgRef.current.zoom(0.01, 0);
}
}, []);
return (
<div>
<ForceGraph2D