Auto-Layout

By default, the KendoReact 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 data property.

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?