-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I decrease height of mariagge 2nd line #130
Comments
[
{
"name": "Father", // The name of the node
"class": "node", // The CSS class of the node
"textClass": "nodeText", // The CSS class of the text in the node
"depthOffset": 1, // Generational height offset
"marriages": [
{ // Marriages is a list of nodes
"spouse":
{ // Each marriage has one spouse
"name": "Mother",
},
"children": [
{ // List of children nodes
"name": "Child",
}]
}],
"extra":
{} // Custom data passed to renderers
}] |
I have not resolved it: https://giapha.galaxycloud.vn/le-nguyen-hoang.aj861518.sdata |
Try playing with these functions:
And
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!
The text was updated successfully, but these errors were encountered: