Auto-Layout
By default, the Kendo UI for Vue Sankey Chart rearranges the nodes and their corresponding links for better visual appearance and readability.
If you want to display the nodes and links in a specific order, you can disable this feature by setting the disableAutoLayout
property to true
. In this case, the order of the nodes and links will be determined based on their order in the data that is passed to the dataNodes
and dataLinks
properties.
The following example demonstrates how to disable the automatic layout feature by toggling the value of the disableAutoLayout
property.