From 9e1e161b5e6dd42442cb6d02390af53560b98d85 Mon Sep 17 00:00:00 2001 From: Ole Eskild Steensen Date: Sat, 4 Feb 2023 14:11:11 +0100 Subject: [PATCH] Fix graph width --- src/site/_includes/components/graphScript.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/_includes/components/graphScript.njk b/src/site/_includes/components/graphScript.njk index 4272bdf..1e8f970 100644 --- a/src/site/_includes/components/graphScript.njk +++ b/src/site/_includes/components/graphScript.njk @@ -119,7 +119,7 @@ Graph._destructor(); Graph = null; } - renderGraph(filterToDepth(JSON.parse(JSON.stringify(window.graphData))), "link-graph", 330, 330, 1); + renderGraph(filterToDepth(JSON.parse(JSON.stringify(window.graphData))), "link-graph", 320, 320, 1); }) window.fullGraph = null;