diff --git a/app/components/GraphNode.vue b/app/components/GraphNode.vue
index ecbaad5..93d6e13 100644
--- a/app/components/GraphNode.vue
+++ b/app/components/GraphNode.vue
@@ -1,40 +1,62 @@
{isHoveringParent=true}"
@hover-end="event => {isHoveringParent=false}">
@@ -44,6 +66,7 @@ const computedClass = `w-20 h-20 absolute avatar ${hOffsetValue} ${vOffsetValue}
{{ name }}
+
+
+ {{ name }}
+
diff --git a/app/components/GraphView.vue b/app/components/GraphView.vue
index d3e05bb..8bea257 100644
--- a/app/components/GraphView.vue
+++ b/app/components/GraphView.vue
@@ -1,76 +1,47 @@
-
-
+
+
+
-
+ :class="`${node.hOffset} ${node.vOffset}`"
+ :text-top="node.textTop"/>