-
Hello. Thank you for the great library!
# Issue
I ran into an issue with `familyTree.replaceIds`. This method throws an exception when I pass in multiple ids like this: `familyTree.replaceIds({ 1:…
-
I am getting weird error when calling tree.removeNode(id). Application crashes on one specific node. I checked that deletedNode is in the list of nodes and familyTree?.canRemove(deletedNodeId) is true…
-
### What is the version of Jorani?
1.0.0 (MySQL 5.7.34)
### Expected behavior
Opening Tabular or Global calendars should display the calendars
### Actual behavior
Opening the Tabular or Glo…
-
How delete node?
```
var family = new FamilyTree(document.getElementById("tree"), {
mouseScrool: FamilyTree.action.none,
miniMap: true,
nodeTreeMenu: true,
nodeMenu: {
…
-
**Here you can see Ava Field's child node "Peter Stevens" is not rendering.**
```
var family = new FamilyTree(document.getElementById("tree"), {
mouseScrool: FamilyTree.action.none,
node…
-
I was reading the source code of FamilyTreeJS (version 1.07.17) and found this:
`(FamilyTree.prototype.onUpdateNode = function (e) {
return this.on("update", function (t, i) {
return …
blavv updated
10 months ago
-
# Bug Report
| Subject | Details |
| :------------- | :---------------------------------------------------------------|
| Rector…
-
We have had our trees stop working and it says. - familytree does not contain a default export.
![WhatsApp Image 2023-08-17 at 7 03 06 AM](https://github.com/BALKANGraph/FamilyTreeJS/assets/7885…
-
How can I set the file name when outputting data in Jason format?
Currently, all outputs with the same name are received
-
Hello,
In our application we are saving nodes for the tree and state for the tree in the database. To do that, we handle tree update with the handler tree.on('update', treeChangeHandle); There we are…