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

Expand/Collapse tree icon #8

Closed alejandrotolosa3 closed 2 years ago

alejandrotolosa3 commented 2 years ago

Hello!,

When a couple have parents appears this icon: https://ibb.co/HVhCTy6

I need disable this icon, but not found the way in docs. Can you help me? or not is possible?

Thanks in Advance!

ZornitsaPesheva commented 2 years ago

If you don't have the icon, you will not be able to expand the parents.

You can get the icon definition from the base template. It is the "up" definition. You can set it as:

 FamilyTree.templates.base.up = "";
alejandrotolosa3 commented 2 years ago

Okey, thanks for the info!

Have a nice day