Commit 128d517e authored by Alexandre Delanoë's avatar Alexandre Delanoë

[CLEAN] Node Graph update: some options are useless for users for now

parent dcb076ed
......@@ -104,6 +104,7 @@ updateGraphCpt = here.component "updateGraph" cpt where
, print: show } []
{-
, H.text "Bridgness Method : Basic is ok, Advanced in Development"
, formChoiceSafe { items: [BridgenessMethod_Basic, BridgenessMethod_Advanced]
......@@ -111,7 +112,6 @@ updateGraphCpt = here.component "updateGraph" cpt where
, callback: \val -> T.write_ val methodGraphBridgeness
, print: show } []
{-
, H.text "NodeType 1 ?"
, formChoiceSafe { items: [GT.CTabTerms, GT.CTabSources, GT.CTabAuthors, GT.CTabInstitutes]
......@@ -124,7 +124,6 @@ updateGraphCpt = here.component "updateGraph" cpt where
, default: methodGraphNodeType2'
, callback: \val -> T.write_ val methodGraphNodeType2
, print: show } []
-}
, H.text "Show Strong (expected) links or weak (maybe unexpected) links?"
, formChoiceSafe { items: [Strong, Weak]
......@@ -132,7 +131,6 @@ updateGraphCpt = here.component "updateGraph" cpt where
, callback: \val -> T.write_ val methodGraphEdgesStrength
, print: show } []
{-
, formChoiceSafe { items: [Spinglass, Infomap, Confluence]
, default: methodGraphClustering'
, callback: \val -> T.write_ val methodGraphClustering
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment