data.linksArray
(required)
The links of the Sankey. The links are the connections between the nodes.
Each link has a sourceId
and targetId
that correspond to the id of the source and target nodes, and a value
that represents the value of the link.
In this article