hm
This commit is contained in:
parent
cefa2ace5a
commit
0e432c62ae
87 changed files with 4282 additions and 3066 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue