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

Template calculated value #74

Closed aesislabs closed 10 months ago

aesislabs commented 10 months ago

In one of my templates I need to draw a progressbar in SVG and want to size a box according to a field value (the progress).

Do you have any idea on how to do something like this ?

ZornitsaPesheva commented 10 months ago

Using foreignobject, you can have any HTML in your nodes: https://balkan.app/OrgChartJS/Docs/Fields#html

aesislabs commented 10 months ago

Thank you for your quick answer