christophergandrud / networkD3

D3 JavaScript Network Graphs from R
http://christophergandrud.github.io/networkD3
650 stars 269 forks source link

hyperlinks in group arcs #230

Open harrysouthworth opened 6 years ago

harrysouthworth commented 6 years ago

I think this is my first ever pull request, so please be patient if I mess up the process.

I've added the ability to hyperlink upon clicking group arcs. On mouseover and mouseout, the cursor changes. Also, the ability to specify the window.open name argument (defaults to "_self").

Thanks, Harry