This commit is contained in:
33333-33333 2026-06-28 23:07:40 +09:00
commit 0e432c62ae
87 changed files with 4282 additions and 3066 deletions

View file

@ -54,8 +54,8 @@ function lineageFastLayoutNeeded(nodes, idSet, family) {
function lineageLayoutRowsFast(rows, idSet) {
const NODE_W = 150;
const NODE_H = 104;
const SIBLING_GAP = 22;
const ROW_GAP = 92;
const SIBLING_GAP = 18;
const ROW_GAP = 84;
const LEFT_PAD = 82;
const TOP_PAD = 44;
const RIGHT_PAD = 48;