New to Kendo UI for Angular? Start a free 30-day trial
Auto-Layout
By default, the Kendo UI for Angular Sankey diagram 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
input 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
input.
The following example demonstrates how to disable the automatic layout feature by toggling the value of the disableAutoLayout
input.
Change Theme
Theme
Loading ...