Closed niksa88 closed 7 years ago
Sure, why not?
I trying on demo but elements always flying all over the place.
I turned transform
node.attr("transform", function(d) { return "translate(" + svg_y(d.x) + "," + svg_x(d.y) + ")"; })
and now elements are top to bottom but they are overlapping.
Can you please help me with that problem?
Hi,
Is it possible to flip tree top to bottom?
Thanks a lot.