How do I show marriages in a d3.js based ‘family-tree’?

There are some options, but I believe each would require a bit of work. It would help if there were one single standard for representing a family tree in JSON. I’ve recently noticed that geni.com has a quite in-depth API for this. Perhaps coding against their API would be a good idea for reusability… — … Read more

Rendering a dynamically created family graph with no overlapping using a depth first search?

Although an answer has been posted (and accepted), I thought there is no harm in posting what I worked upon this problem last night. I approached this problem more from a novice point of view rather than working out with existing algorithms of graph/tree traversal. My first attempt is rendering this by levels from the … Read more

tech