From 322204603cdca52fef43827c014641c367643688 Mon Sep 17 00:00:00 2001 From: Vasek Sraier Date: Sat, 26 Sep 2020 18:46:21 +0200 Subject: [PATCH] graph: attempt to use forceAtlas2 algo for layout --- frontend/src/Graph.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/Graph.svelte b/frontend/src/Graph.svelte index 84838c2..08dc160 100644 --- a/frontend/src/Graph.svelte +++ b/frontend/src/Graph.svelte @@ -1,5 +1,6 @@