diff --git a/jsconfig.json b/jsconfig.json
index c806975..770f83f 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -4,7 +4,7 @@
"compilerOptions": {
"baseUrl": "./",
"paths": {
- "@*": ["./src/*"]
+ "@\/*": ["./src/*"]
}
}
}
diff --git a/src/components/Graph/AdvancedForceAtlasLayoutSettings.vue b/src/components/Graph/AdvancedForceAtlasLayoutSettings.vue
new file mode 100644
index 0000000..0f2902f
--- /dev/null
+++ b/src/components/Graph/AdvancedForceAtlasLayoutSettings.vue
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Graph/ForceAtlasLayoutSettings.vue b/src/components/Graph/ForceAtlasLayoutSettings.vue
index b3575c1..0261543 100644
--- a/src/components/Graph/ForceAtlasLayoutSettings.vue
+++ b/src/components/Graph/ForceAtlasLayoutSettings.vue
@@ -1,55 +1,9 @@
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -59,45 +13,17 @@
@update="update('scalingRatio', $event)"
/>
-
-
-
-
-
-
-
-
-
-
-
-