+
diff --git a/app/components/GraphView.vue b/app/components/GraphView.vue
index 8bea257..d10348a 100644
--- a/app/components/GraphView.vue
+++ b/app/components/GraphView.vue
@@ -1,11 +1,22 @@
-
+
-
+ :class="`${node.hOffset ? node.hOffset : ''} ${node.vOffset ? node.vOffset : ''}`"
+ :text-top="node.textTop"
+ :move-factor="node.moveFactor"
+ :scale-factor="node.scaleFactor"
+ :initial-width="node.initialWidth"
+ :initial-height="node.initialHeight"
+ @position-changed="(x, y) => { nodeMoved(index, x, y) }"/>