Commit c43db62b authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[graph] update default ForceAtlas settings (strong gravity)

parent 72a3fee0
Pipeline #3538 failed with stage
......@@ -443,7 +443,7 @@ forceAtlas2Settings =
, batchEdgesDrawing : true
, edgeWeightInfluence : 1.0
-- fixedY : false
, gravity : 1.0
, gravity : 0.01
, hideEdgesOnMove : true
, includeHiddenEdges : false
, includeHiddenNodes : true
......@@ -454,5 +454,5 @@ forceAtlas2Settings =
, skipHidden : false
, slowDown : 0.2
, startingIterations : 10.0
, strongGravityMode : false
, strongGravityMode : true
}
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