many
This commit is contained in:
parent
0b9ff1363b
commit
0a6148c73f
67 changed files with 2653 additions and 1519 deletions
|
|
@ -140,6 +140,9 @@ function lineageComponentSignature(component, family) {
|
|||
n.type || "",
|
||||
n.generation || 1,
|
||||
n.birthTime || 0,
|
||||
Number(n.scale || 0).toFixed(3),
|
||||
Number(n.adultScale || 0).toFixed(3),
|
||||
Number(n.growth || 0).toFixed(2),
|
||||
n.hasPaired ? 1 : 0,
|
||||
n.alive === false ? 0 : 1,
|
||||
n.deathReason || "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue