Commit f270fc0d authored by Mael NICOLAS's avatar Mael NICOLAS Committed by Alexandre Delanoë

[HELP] Can't change size of Edge

Despite modifying min/maxEdgeSize values, the size doesn't change on the graph
parent e323b6bd
......@@ -253,8 +253,8 @@ mySettings = sigmaSettings { verbose : true
, twNodeRendBorderColor: "#222"
-- edges
, minEdgeSize: 400.0 -- in fact used in tina as edge size
, maxEdgeSize: 1000.0
, minEdgeSize: 0.0 -- in fact used in tina as edge size
, maxEdgeSize: 0.0
--, defaultEdgeType: "curve" -- 'curve' or 'line' (curve only iff ourRendering)
, twEdgeDefaultOpacity: 0.4 -- initial opacity added to src/tgt colors
, minNodeSize: 1.0
......
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