If there is no motherid in Genogram

Hello!
In Genogram, if there is no motherid, the node slides left on the same level

In my case key “3204” have only father id.

setupDiagram(myDiagram,
[
{“key”:“3204”,“n”:“ULAHANNAN-3204”,“s”:“M”,“ux”:[“3359”],“m”:"",“f”:“68”,“a”:[“C”,“F”,“K”]},
{“key”:“3360”,“n”:“THOMAS-3360”,“s”:“M”,“ux”:[“3363”],“m”:“3359”,“f”:“3204”,“a”:[“C”,“F”,“K”]},
{“key”:“3363”,“n”:“MARIAMMA-3363”,“s”:“F”,“ux”:[“3360”],“m”:null,“f”:null,“a”:[“C”,“F”,“K”]},
{“key”:“3361”,“n”:“PEELIPPOSE-3361”,“s”:“M”,“ux”:[“3411”],“m”:“3359”,“f”:“3204”,“a”:[“C”,“F”,“K”]},
{“key”:“3411”,“n”:“ALEYAMMA-3411”,“s”:“F”,“ux”:[“3361”],“m”:null,“f”:null,“a”:[“C”,“F”,“K”]},
{“key”:“3362”,“n”:“OUSEPH-3362”,“s”:“M”,“ux”:[“3586”],“m”:“3359”,“f”:“3204”,“a”:[“C”,“F”,“K”]},
{“key”:“3586”,“n”:“THRESSIAMMA-3586”,“s”:“F”,“ux”:[“3362”],“m”:null,“f”:null,“a”:[“C”,“F”,“K”]},
{“key”:“3359”,“n”:“ANNA-3359”,“s”:“F”,“ux”:[“3204”],“m”:null,“f”:null,“a”:[“C”,“F”,“K”]},
{“key”:“68”,“n”:“VARKEY-68”,“s”:“M”,“ux”:[],“m”:"",“f”:"",“a”:[“C”,“F”,“K”]},
],
3204 /* focus on this person */);
}

Yes, in order to create the diagram correctly there needs to be both a mother and a father in order to show any parentage. You can just create an anonymous node for the missing parent.