diff --git a/src/Gargantext/Pages/Corpus/Graph.purs b/src/Gargantext/Pages/Corpus/Graph.purs
index fad050bd4a84d704e34ecff842ce44d643f0c3bc..f03b0fe10184d6d631fe237cdf0672b1b1f82fca 100644
--- a/src/Gargantext/Pages/Corpus/Graph.purs
+++ b/src/Gargantext/Pages/Corpus/Graph.purs
@@ -224,7 +224,7 @@ convert (GraphData r) = SigmaGraphData {nodes, edges}
         , size  : toNumber n.size
         , label : n.label
         , x     : n.x -- cos (toNumber i)
-        , y     : n.confluence -- sin (toNumber i)
+        , y     : n.y -- sin (toNumber i)
         , color : intColor $ cDef n.attributes
         }
       where