uzh / signal-collect

A framework for scalable graph computing.
www.signalcollect.com
Apache License 2.0
148 stars 32 forks source link

Layouting algorithm sometimes stumbles when layouting a grid. #125

Closed pstutz closed 11 years ago

pstutz commented 11 years ago

Maybe having some way to "kick" it is possible? Refreshing and hoping for a better outcome usually works but is not very satisfying.

cshapeshifter commented 11 years ago

Re-enabled vertex dragging on click. It's close to impossible to implement dragging only when holding Ctrl or similar because of d3's internal handling of these functions. Simply enabling the dragging by default is better. It doesn't fire unless really doing a "dragging" motion. Simple clicks register normally to expose vertex detatils.