Thanks,
achieved the same using
function elbow(d, i) {
return "M" + d.source.y + "," + (d.source.x)
+ "H" + (d.target.y - 50) + "V" + (d.target.x + 6)+ "H" + (d.target.y);
}
I think M,V, H help ful for this kind.
https://www.w3.org/TR/SVG/paths.htmlThanks,
Vijay shankar
On Thursday, May 5, 2016 at 8:54:01 AM UTC+5:30, Vijaya Sankar wrote: