d3.js - D3 force layout approach towards repetitious links -
my question when d3.layout.force().start() being called, not when 1 appends links svg. need know if algorithm removes repetitious links or considers of them when calculating layout.
i asking because need find way apply weights links between nodes on circumstances (when members of same cluster), , can think of apply links between nodes satisfy condition.
it mention there different link/relationships types in context, node , b might have link because have relationship type of type ii. therefore strength of gravity between these 2 nodes should more compared not have latter relationship.
with being said, there way of appending weights each link, can dynamically modify attribute instead of adding more links?
your appreciated.
Comments
Post a Comment