Increase the node link down to show node in next generation in genogram

Please see the below diagram. How to increase the link to downwards which can indicate it next generation as I highlighted with Red box in the below diagram.

image

The problem is having the layout position the node farther down. The link will follow. For example, in Genogram, if you drag the “Claire” node around, you will see that the child link always stays connected with the node.

oh ok. So it is not possible in default load. Is it?

Almost anything is possible – it just requires programming to customize the GenogramLayout.

I would probably make the vertex be artificially tall in GenogramLayout.add, and adjust the commitNodes function to actually position the husband and wife nodes farther down.