Skip to content

Commit

Permalink
Merge branch 'force-charge-zero' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Sep 27, 2011
2 parents 886f6b8 + 612d237 commit dcb4a4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions d3.layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ d3.layout.force = function() {
node.py -= dy * k;
}
}
return !quad.charge;
};
}

Expand Down
Loading

0 comments on commit dcb4a4b

Please sign in to comment.