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

Limitation on number of nodes? #51

Closed MalcolmMcFly closed 1 year ago

MalcolmMcFly commented 1 year ago

I am mapping out my extended family and have 64 nodes. I am getting the following error:

Screenshot 2023-01-29 at 10 32 08 PM

Is there a limit to how many nodes (family members) I can add to a tree?

ZornitsaPesheva commented 1 year ago

In the trial version the limit is 200 nodes, but it looks like you have some issue with the data. Please create a simple example in Code to reproduce the error: https://code.balkan.app/familytreejs/getting-started#JS

MalcolmMcFly commented 1 year ago

@ZornitsaPesheva I have uploaded my fill project here: https://github.com/MalcolmMcFly/Malcolm-Family-Tree

Please give me an hour or so to double check my node ids to make sure everything is correct.

MalcolmMcFly commented 1 year ago

@ZornitsaPesheva closing this issue, it was a mistake on my end for using strings and IDs as opposed to integers.