New to Kendo UI for Vue? Start a free 30-day trial

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.

Example
View Source
Change Theme:

In this article

Not finding the help you need?