Kendo UI for Angular Sankey Chart

Sankey charts allow you to create diagrams that visualize changing flows and their distribution between domains. Sankey diagrams suit a variety of use cases like the representation of website traffic, budget breakdowns, energy flow, and others.

The Kendo UI for Angular Sankey component is part of the Kendo UI for Angular library of components. It is distributed through NPM under the @progress/kendo-angular-charts npm package.

The Chart Component is part of Kendo UI for Angular, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

The Kendo UI for Angular Sankey diagram includes the following customizable elements:

  • Nodes—The node is a rectangular element that is being connected.
  • Links—The lines that connect the nodes to each other. The greater the value of the link, the greater the width of the link will be.
  • Labels—The labels are the names of the nodes and are displayed on them or next to them.
  • Legend—The legend lists the labels of each link.
  • Title—The title displayed above the component.
  • Tooltip—The tooltip is displayed when hovering above the links and nodes.

The following example demonstrates the Kendo UI for Angular Sankey chart in action.

Example
View Source
Change Theme:

The procedures for installing, importing, and using all components from the Kendo UI for Angular Charts library are identical. To learn how to use the Sankey chart and the rest of the components from the package, see the Getting Started with the Kendo UI for Angular Charts guide.

Key Features

  • Customization—The Kendo UI for Angular Sankey diagram gives you complete control over the styles and positions of the nodes through the links, nodes, labels, and data attributes.
  • Events—The Sankey diagram exposes various events that allow you to extend and tailor the functionality of the component.
  • Export—The Sankey along with the Drawing library provides the option to export the diagram to SVG, PDF, or an Image.
  • Auto Layout—The Sankey automatically configures the layout and you can disable this option.
  • Elements—Add the legend, title, and tooltip to the Sankey diagram and customize them.

In this article

Not finding the help you need?