GithubHelp home page GithubHelp logo

Comments (4)

SanichKotikov avatar SanichKotikov commented on August 12, 2024

There should be separate lines but with the same Y coordinate, so you can try to correct their positions. Or you can create a PR wind option that enable different Y pos, into relatives-tree lib

from react-family-tree-example.

zack-dot avatar zack-dot commented on August 12, 2024

How we can create a PR wind option to enable different Y pos, into relatives-tree lib?

please check the JSON DATA, how we can bring separate line for each spouse
[
{
"id": "js2RsE5sr",
"gender": "male",
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTpC650bxBEk2zBAQj64HdZ770dTVGbO_lm9A&usqp=CAU",
"name": "Amtul Reza Eid Ansari",
"parents": [

],
"siblings": [],
"spouses": [
  {
    "id": "pdRwdtR54",
    "type": "married"
  },
  {
    "id": "tdRwdtR54",
    "type": "divorced"
  },
  {
    "id": "tdRwdtR55",
    "type": "married"
  }
  
],
"children": [
  {
    "id": "chRwdtR56",
    "type": "blood"
  }
]

},
{
"id": "pdRwdtR54",
"gender": "female",
"image": "https://maxcdn.icons8.com/Share/icon/Users/person_female1600.png",
"name": "spouse 1",
"parents": [],
"siblings": [],
"spouses": [
{
"id": "js2RsE5sr",
"type": "married"
}
],
"children": [
{
"id": "chRwdtR56",
"type": "blood"
}
]
},
{
"id": "tdRwdtR54",
"gender": "female",
"image": "https://maxcdn.icons8.com/Share/icon/Users/person_female1600.png",
"name": "spouse 2",
"parents": [],
"siblings": [],
"spouses": [
{
"id": "js2RsE5sr",
"type": "divorced"
}
],
"children": []
},
{
"id": "tdRwdtR55",
"gender": "female",
"image": "https://maxcdn.icons8.com/Share/icon/Users/person_female1600.png",
"name": "spouse 3",
"parents": [],
"siblings": [],
"spouses": [
{
"id": "js2RsE5sr",
"type": "married"
}
],
"children": []
},
{
"id": "chRwdtR56",
"gender": "male",
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTpC650bxBEk2zBAQj64HdZ770dTVGbO_lm9A&usqp=CAU",
"name": "child",
"parents": [
{
"id": "js2RsE5sr",
"type": "blood"
},
{
"id": "pdRwdtR54",
"type": "blood"
}
],
"siblings": [],
"spouses": [
{
"id": "chspouse",
"type": "married"
}
],
"children": []
},
{
"id": "chspouse",
"gender": "female",
"image": "https://maxcdn.icons8.com/Share/icon/Users/person_female1600.png",
"name": "wf",
"parents": [
{
"id": "RWD1",
"type": "blood"
},
{
"id": "RWD2",
"type": "blood"
}
],
"siblings": [],
"spouses": [
{
"id": "chRwdtR56",
"type": "married"
}
],
"children": []
},
{
"id": "RWD1",
"gender": "male",
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTpC650bxBEk2zBAQj64HdZ770dTVGbO_lm9A&usqp=CAU",
"name": "parents",
"parents": [],
"siblings": [],
"spouses": [

],
"children": [
  
  {
    "id": "chspouse",
    "type": "blood"
  }
]

},
{
"id": "RWD2",
"gender": "female",
"image": "https://maxcdn.icons8.com/Share/icon/Users/person_female1600.png",
"name": "parents",
"parents": [],
"siblings": [],
"spouses": [

],
"children": [
  
  {
    "id": "chspouse",
    "type": "blood"
  }
]

}

]

The highlighted spouse should be separate line file added below
imageedit_3_3502483272

from react-family-tree-example.

zack-dot avatar zack-dot commented on August 12, 2024

There should be separate lines but with the same Y coordinate, so you can try to correct their positions. Or you can create a PR wind option that enable different Y pos, into relatives-tree lib

How to enable PR wind option

from react-family-tree-example.

SanichKotikov avatar SanichKotikov commented on August 12, 2024

There is nothing to enable or disable. If you need this functionality, you may write it by own as a wrapper around relatives-tree or modify this lib and create a PR (pull request).

from react-family-tree-example.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.