You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Possibility to customize the shape of the node, when the node is a children of children
Describe the solution you'd like
Possibility to have a parameter, or a custom plugin, that allows to have children of level > 1 whit the same graphical representation of the first level children (bordered with label inside) and the path of connections joined to the border, instead of under the node label
Additional context
My request is to have the possibility to have the node labelled "test" with the same shape of the node "test gruppo"
The "test gruppo" is a first level child, while "test" is a second level child
Checking the code I think that the differences are based on the value of the parameter isFirst on the function mei.generateSubBranch and sub, but I have not understood if and what I can change in order to change the behavior.
The text was updated successfully, but these errors were encountered:
To achieve the same graphical representation for second-level children as first-level ones, you can try using CSS selectors to target second-level nodes and style them accordingly. The mei.generateSubBranch function primarily affects branch styles, but it doesn’t handle node styles directly.
Is your feature request related to a problem? Please describe.
Possibility to customize the shape of the node, when the node is a children of children
Describe the solution you'd like
Possibility to have a parameter, or a custom plugin, that allows to have children of level > 1 whit the same graphical representation of the first level children (bordered with label inside) and the path of connections joined to the border, instead of under the node label
Additional context
My request is to have the possibility to have the node labelled "test" with the same shape of the node "test gruppo"
The "test gruppo" is a first level child, while "test" is a second level child
Checking the code I think that the differences are based on the value of the parameter isFirst on the function mei.generateSubBranch and sub, but I have not understood if and what I can change in order to change the behavior.
The text was updated successfully, but these errors were encountered: