-
```
(function ($) {
let family;
let node = [];
let name = "";
let picture_url = "";
let born = "";
let dead = "";
let gender = "";
family = new FamilyTree("#tree", {
…
-
como puedo graficar un nodo hijo donde sus padres no están relacionados entre si.
ejemplo
var family = new FamilyTree('#tree', {
nodeBinding: {
field_0: "name"
},
nodes: [
…
sdr71 updated
3 weeks ago
-
```
We need to update the familytree endpoint to v2 before it is removed at the end
of December 2009
```
Original issue reported on code.google.com by `RedB...@gmail.com` on 6 Dec 2009 at 6:36
-
Similar to https://code.balkan.app/org-chart-js/dialog-on-save#JS
-
```
new FamilyTree(treeContainer.current, {
mode: "dark",
template: "hugo",
nodeMenu: {
edit: { text: "Edit" },
details: { text: "Details" },
…
-
https://balkan.app/FamilyTreeJS
https://www.npmjs.com/package/family-chart
-
Is it possible to somehow add the date of marriage between partners?
-
I see that version 2 is showing up. Is there any documentation for it so we know how it works?
Also, is there a way to be able to specify just "parents" rather than "mother id" and "father id". In…
-
Tried importing familyTree.js in a react project and it throws below error:
Error in /~/familyTree.js (129:25)
Class extends value undefined is not a constructor or null
It seems there is a cir…
-
Column layout in table seems to be broken in Control panel > Manage family trees > Preferences after upgrading from version 2.0.x to 2.1.x.
The title for each action items that can be configured fo…