Fix graph width

This commit is contained in:
Ole Eskild Steensen 2023-02-04 14:11:11 +01:00
parent 2b37474834
commit 9e1e161b5e

View File

@ -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;