diff --git a/src/App.svelte b/src/App.svelte index d774887..3840bd3 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,7 +1,9 @@ @@ -157,12 +74,6 @@ width: 800px; margin: 0 auto; } - #mynetwork { - width: 800px; - height: 600px; - margin: 0 auto; - border: 1px solid lightgray; - }
@@ -189,7 +100,8 @@ for a detailed overview of development. This visualizaton is powered by vis-network.

-
-

Loading 0%

-
+ + {#if data} + + {/if}
diff --git a/src/Network.svelte b/src/Network.svelte new file mode 100644 index 0000000..557bee3 --- /dev/null +++ b/src/Network.svelte @@ -0,0 +1,114 @@ + + + + +
+

Loading 0%

+