what I'm trying to do is to have a gap in between the links of a d3.js tree layout in which the node name fits (See image).
http://s15.postimg.org/xn1eenxh7/linesplit.jpg
My graph looks similar to this example: http://bl.ocks.org/mbostock/4063550 What I tried to change is the d.y in the projection.
var diagonal = d3.svg.diagonal.radial()
.projection(function(d) { return [d.y, d.x / 180 * Math.PI]; });
Which results in a change of both parent and child links. I'm sure there is a simple solution to this, but I don't get it right now.
Thanks for any help.
rector similar as a background that makes it appear as if the line is broken. - Lars Kotthoff