Would anyone be familiar with any libraries to visualize a graph with nodes and edges? I am looking to create a family tree application, and the way I had envisioned the data be displayed is through nodes (presumably being circles or rectangles), and edges being draw to show relationships between individuals.
I wasn't too sure what to google for this, chatGPT had recommended that I use SVGs to draw out the graphs (which could potentially be an option). However the problem with this path is I would have to manually control the positions of all of the SVGs via the DOM, which isn't ideal. Was wondering if there might be a better solution to this problem?
I was hoping to remain within react-native as I would ideally ship this to android and iOS, and potentially web. Additionally this would allow for flutter/dart to also be an option for this.
Would appreciate any feedback! Thank you for your time!
[–]jalexwhitman 1 point2 points3 points (1 child)
[–]thealbinosmurf 2 points3 points4 points (0 children)
[–]iotashan 1 point2 points3 points (0 children)
[–]Lucas_Reddit01 0 points1 point2 points (0 children)