aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/frontend/html/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/frontend/html/util')
-rw-r--r--src/zenserver/frontend/html/util/graphengine.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenserver/frontend/html/util/graphengine.js b/src/zenserver/frontend/html/util/graphengine.js
index 95830be2a..d81997f07 100644
--- a/src/zenserver/frontend/html/util/graphengine.js
+++ b/src/zenserver/frontend/html/util/graphengine.js
@@ -569,8 +569,8 @@ export class GraphEngine
// place children in concentric elliptical rings (ripples)
// ellipse: wider horizontally to match rectangular node shape
- const base_radius = 70;
- const ring_gap = 40;
+ const base_radius = 50;
+ const ring_gap = 32;
const min_node_gap = 45;
const ellipse_ratio = 2.0; // horizontal / vertical
var added = 0;