JavaScript/jQuery Diagram - nodes
Type:
Default Value: null
Use the nodes option to populate an array of diagram nodes.
JavaScript
- $(function() {
- $("#diagram").dxDiagram({
- nodes: {
- dataSource: orgItems
- },
- edges: {
- dataSource: orgLinks
- },
- layout: "tree"
- });
- });
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.