From 6de0e6999e9ba789b77dfd64499dc04e391459bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Delano=C3=AB?= <devel+git@delanoe.org> Date: Mon, 27 May 2019 06:19:12 +0000 Subject: [PATCH] [SPECS] map explorer: asking for (x,y) coordinate. --- src/Gargantext/Components/GraphExplorer/Types.purs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Gargantext/Components/GraphExplorer/Types.purs b/src/Gargantext/Components/GraphExplorer/Types.purs index 6ad86452..c32f3b5c 100644 --- a/src/Gargantext/Components/GraphExplorer/Types.purs +++ b/src/Gargantext/Components/GraphExplorer/Types.purs @@ -11,6 +11,8 @@ newtype Node = Node , size :: Int , type_ :: String , label :: String + -- , x_coord :: Number ? -- TODO JL add the right records for (x,y) coordinates interpreted by sigma-js + -- , y_coord :: Number ? -- TODO AD add the right records for the backend , attributes :: Cluster } -- 2.21.0