How do I change a mind map to have dual root nodes?

I tried to use a mind map to represent my database nodes, but due to hierarchical design requirements, we had to divide them into many trees. Since I couldn’t find a specific example, I used multiple containers to hold them. Is there a good way to display them completely within a single container?

Hello @Happylotte,

Yes, there is no possibility to define different parents for mindmap diagram(as it’s a main logic for such kind of diagrams), so it’s quite a good approach for your use case. Technically, you may use the layout, and initialize them inside layout cells:

Kind regards,

1 Like

Thank you for your reply. :smiling_face_with_three_hearts: