Articles in this section

How to create an image as a group node using React Diagram?

This article explains how to create an image as a group node using React Diagram. In the React Diagram, you can create a group node with an image source. To achieve this, you need to create an image node and add it as a child to the group node using the children property of the group node. Below is an example code demonstrating how to add an image in a group.

var nodes = [
   {
       id: "image",
       offsetX: 250,
       offsetY: 250,
       // Size of the node
       width: 100,
       height: 100,
       // Sets the type of the shape as image
       shape: {
           type: 'Image',
           source: 'https://ej2.syncfusion.com/demos/src/diagram/employees/image1.png'
       },
       // Customizes the appearance such as text, font, fill, and stroke.
       style: {
           fill: 'none'
       }
   }, {
       id: 'group', children: ["image"]
   },
];

Refer to the working sample for additional details and implementation: Sample

Conclusion

We hope you enjoyed learning about how to create an image as a group node using React Diagram.

You can refer to our React Diagram feature tour page to learn about its other groundbreaking feature representations and documentations. You can also explore our React Diagram example to understand how to present and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion®, you can try our 30-day free trial to explore our React Diagram and other components.

If you have any queries or require clarifications, please let us know in comments below. You can also contact us through our support forums, BoldDesk Support, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied