Commit 695adb15 authored by Mael NICOLAS's avatar Mael NICOLAS

[HELP] Can't change size of Edge

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