The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi, i'm trying to implement multiple parentID in a diagram (Mind map layout or Organizational Chart) in an Angular project, unfortunately I haven't found this in the documentation.
ARAravind Ravi Syncfusion Team April 27, 2020 05:11 AM UTC
Hi Brandon,
We have prepared a sample to show multiple parents for a child in the diagram. In diagram, by using ComplexHierarchicalTree layout we can define the multiple parents to the child in the diagram. If you want to use a Complex hierarchical layout in the diagram, you need to inject ComplexHierarchicalTree in the diagram. Please find below the code snippet for how to define the ComplexHierarchicalTree layout in the diagram.
where is the data? can I see the data? do you use like parentId: "id1,id2"?
AMArunkumar Manoharan Syncfusion Team March 3, 2022 06:00 PM UTC
Hi Alison,
We have JSON in a separate file diagram-data.json and by using that Json, we
render the layout in the diagram. We have created a layout sample for your
reference and provided the sample link below.