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.
60 stars 17 forks source link

Loading large amounts of data from the server #134

Closed we6288815 closed 3 months ago

we6288815 commented 3 months ago

For a huge family, for example, with more than 1,000 people, how should I lazy load the data?

ZornitsaPesheva commented 3 months ago

This is not necessary and will only make the code more complex. FamilyTree JS should work well with 1,000 nodes.

we6288815 commented 3 months ago

Thanks