Angular Sankey - Fields
Fields that provide information about the sankey node.
The node can have other fields in addition to the fields described in this section.
linksIn
The node's incoming links.
Each object has the following structure:
{ index: Number, // The link's index weight: Number, // The link's weight node: String // The title of the link's source node }
linksOut
The node's outgoing links.
Each object has the following structure:
{ index: Number, // The link's index weight: Number, // The link's weight node: String // The title of the link's target node }
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.