BALKANGraph / FamilyTreeJS

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.
50 stars 16 forks source link

explain fid and mid #118

Closed Ullas-A-2000 closed 3 weeks ago

Ullas-A-2000 commented 3 weeks ago

what does fid and mid mean in the data structure of balkan

nodes: [ { id: 1, pids: [2], name: "Amber McKenzie", gender: "female" }, { id: 2, pids: [1], name: "Ava Field", gender: "male" }, { id: 3, mid: 1, fid: 2, name: "Peter Stevens", gender: "male" } ]

ZornitsaPesheva commented 3 weeks ago

father id and mother id