Commit cb9a6dd5 authored by david Chavalarias's avatar david Chavalarias

fix of the confluence slider to avoid hidden filter. Default minimum value is now 0

parent 5617ee80
Pipeline #6802 passed with stages
in 12 minutes and 13 seconds
......@@ -133,7 +133,7 @@ options =
, labelSize : 14.0
, labelRenderedSizeThreshold : 2.0
, mouseSelectorSize : 15.0
, edgeConfluence : Range.Closed { min: 0.0, max: 1.0 }
, edgeConfluence : Range.Closed { min: -1.0, max: 1.0 }
, edgeWeight : Range.Closed { min: 0.0, max: 1.0 }
, graphStage : GET.Init
, nodeSize : Range.Closed { min: 0.0, max: 100.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