diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-13 03:22:11 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-13 03:22:11 +0200 |
| commit | f6049932c96626dad93bd16944c7724a10c6604d (patch) | |
| tree | c046a5832d57dc6c22e6f28c9e122245637eeb3b /src | |
| parent | bf1fa1178437a53b33f22d4c3333a4b0d8cee22d (diff) | |
client/graph_view: double force layout distance (CRI patch)
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/view/graph_view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js index 0016acda..392faf1e 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -924,7 +924,7 @@ function GraphView(spec) { function init_force_layout() { force = d3.layout.force() - .distance(120) + .distance(240) .gravity(0.12) .charge(-1800) .size([w, h]) |
