Build family tree app with BALKAN FamilyTreeJS library. Family Tree also called a genealogy or a pedigree chart, is a chart representing family relationships in a conventional tree structure.
Hello! I notice that when I display the number of children of a node (called it A), it correctly shows the number of child nodes. However, if I select the partner node of node A, it shows 0 children. Given node A's partner node, how can I get the correct child nodes?
In this example, if you select Show children count on node Amber McKenzie the alert displays 2 children nodes (Ava Field and Peter Stevens). However if you do the same for node Ava Field, it displays 0 children. I would expect it to display 2 children nodes (Amber McKenzie and Peter Stevens).
Hello! I notice that when I display the number of children of a node (called it
A
), it correctly shows the number of child nodes. However, if I select the partner node of nodeA
, it shows 0 children. Given nodeA
's partner node, how can I get the correct child nodes?Here is an example to show what I'm describing.
In this example, if you select
Show children count
on nodeAmber McKenzie
the alert displays 2 children nodes (Ava Field and Peter Stevens). However if you do the same for nodeAva Field
, it displays 0 children. I would expect it to display 2 children nodes (Amber McKenzie and Peter Stevens).