No , I want the node to be connected to its links.
Ok let me explain in detail
I load a chart from a JSON. The chart has 4 nodes as shown . The nodes are connected accordingly.
My routing is AvoidsNodes
My adjusting is Link.End
Now when I edit the text in the first Node (Step1 to text changed)the link shrinks .
i would like the link to be like this
As u suggested making routing orthogonal and using link.End on LinkReshaped event solves the problem. But this can be triggered only on linkreshape event . This does not happen during initial loading of the chart from JSON and any other events. I need this behaviour to be followed on all actions performed in the chart.
To enable this for all actions in the chart as well as while loading it initailly i need to Set Link.routing to orthogonal in Link template Definition . Is there anyway where I want the routing to be AvoidsNodes and the links must not shrink( I want it to function like Link.End ) during editing text/moving nodes etc .
Another question : how are the points calculated in the LinkDataArray , What does this represent
“points”:[127.10287475585938,184.19999980926514,117.10287475585938,184.19999980926514,115.10287475585938,184.19999980926514,115.10287475585938,147.19999980926514,115.10287475585938,110.19999980926514,125.10287475585938,110.19999980926514]},