christophergandrud / networkD3

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

For visualizations like diagonalNetwork with large networks is there a way to increase the spacing between the edges and nodes so that it is cleaner? Or would it require adjustments in the html file itself? #275

Closed zrodriguez89 closed 4 years ago

zrodriguez89 commented 4 years ago

Here is an example.

Example

I have played around with margin arguments, but those don't affect the actually plotting.

cjyetman commented 4 years ago

Make the window that it is in bigger and it will fill the space?

zrodriguez89 commented 4 years ago

Okay so I originally was viewing it as one of many tabs in Safari. After making it a solo tab in Safari that fixed the issue. However, attempting to do the equivalent in Chrome there is still some overlapping happening.

I assume that's just the nature of working with different browsers? I was looking at resizing options for chrome like an extension or other solutions since it isn't a function of zooming.