CANVE / canve-viz

CANVE visualizer UI
3 stars 1 forks source link

Nodes are huddling together #37

Closed danielabar closed 8 years ago

danielabar commented 8 years ago

The more the force layout runs, the closer the nodes come together, making them appear in a huddle and overlapping eachother.

They should be more spaced out for legibility and to clearly see the edges between them.

danielabar commented 8 years ago

Maybe this technique could help, although it is d3 rendering. If its applicable, would require translation to canve custom rendering.

danielabar commented 8 years ago

Also might be good to see how the current code differs from the simplest force example