I have implemented the following graph with the edges rendered with d3.svg.diagonal(). However, when I try substituting the diagonal with d3.svg.line(), it doesn\'t appear t
I had the same problem...There's a jsFiddle here.
Note that changing line to diagonal will make it work.
line
diagonal