aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/frontend/html/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/frontend/html/pages')
-rw-r--r--src/zenserver/frontend/html/pages/graph-debug-playground.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/zenserver/frontend/html/pages/graph-debug-playground.js b/src/zenserver/frontend/html/pages/graph-debug-playground.js
index 7f371aa1c..b821abf58 100644
--- a/src/zenserver/frontend/html/pages/graph-debug-playground.js
+++ b/src/zenserver/frontend/html/pages/graph-debug-playground.js
@@ -326,8 +326,8 @@ export class Page extends ZenPage
_expand_root_synthetic(node, all_deps, visible)
{
const engine = this._engine;
- 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;
const arc_span = 2 * Math.PI;
@@ -384,8 +384,8 @@ export class Page extends ZenPage
// ripple placement: concentric elliptical semi-rings
const arc_span = Math.PI;
const arc_start = outward_angle - arc_span / 2;
- 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;
var added = 0;
@@ -618,8 +618,8 @@ export class Page extends ZenPage
const existing = new Set(engine.nodes);
// ripple placement helper for group node children (elliptical)
- 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;
const arc_span = 2 * Math.PI;