From 28bacadb96af93dabdace2bbc5ebee3ed9c5f7f9 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Thu, 12 May 2016 09:25:48 -0700 Subject: [PATCH] Reduce default strength. --- src/manyBody.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manyBody.js b/src/manyBody.js index 12c27ff..c8a87e4 100644 --- a/src/manyBody.js +++ b/src/manyBody.js @@ -7,7 +7,7 @@ export default function() { var nodes, node, alpha, - strength = constant(-100), + strength = constant(-30), strengths, distanceMin2 = 1, distanceMax2 = Infinity,