Hi everyone,
I've added an image beside each svg:text using:
nodeEnter.append("svg:image")
.attr("xlink:href", "adress.jpg")
The image appears. When I click it the node will expand or close, but no hyperlink.
Should I use a svg:a instead or simply do something about the svg:image?
Thx very much =)