diff --git a/src/lib/components/EventNetwork.svelte b/src/lib/components/EventNetwork.svelte index 1834dbb..0563348 100644 --- a/src/lib/components/EventNetwork.svelte +++ b/src/lib/components/EventNetwork.svelte @@ -20,7 +20,7 @@ $: graphHeight = windowHeight ? Math.max(windowHeight * 0.2, 400) : 400; $: if (container) { - width = container.clientWidth || 800; + width = container.clientWidth || 1000; height = container.clientHeight || 600; } interface NetworkNode extends d3.SimulationNodeDatum { @@ -447,14 +447,15 @@ } -
-
+
+
-

Legend