1
  • I'm looking for a simple Javascript Library (SVG) for the ReactJs module that allows me to draw family tree relationships.
  • I've already referred GoJs Genogram. But it's paid and does not fully fill our requirements as well.
  • What we need to show for relationships in this genogram is shown as the below image

enter image description here

Mihir Shah
  • 518
  • 2
  • 9
  • 1
    If you write down what your requirements are, it will be easier to help you... – Ba2sik Mar 25 '22 at 08:41
  • @Ba2sik I'have this much requirement because I have to approach it using dynamic logic with the given relations diagram. – Mihir Shah Apr 18 '22 at 11:05

1 Answers1

1

To draw a genogram relationship tree using ReactJS, you can utilize various libraries and tools available for creating interactive and customizable diagrams. One popular library for creating diagrams in React is react-d3-tree.

KGS
  • 36
  • 2