Sankey Diagram
Introduction to Sankey Diagrams
Sankey diagrams are used to show weighted networks, i.e. flows. They can be used to visualize Source to End connections: For a total amount, the diagram can show where it comes from and where it ends up, with possible intermediate steps. Alternatively, they can be used to visualize evolution: Nodes are duplicated in two or more groups that represent stages. Connections show the evolution between two states, similar to Chord diagrams.
Configuring a Sankey Diagram

YAML configuration
id: value-distribution-sankey type: sankey settings: name: Inventory - Value Distribution showConfig: true maxCategories: 7 dimensions: - attribute: MATERIAL_GROUP_NAME_DEMO - attribute: PLANT_CONTINENT_NAME - attribute: PLANT_COUNTRY_NAME kpis: - kpi: INVENTORY_VALUE_COUNTRY type: primary default: true - kpi: REVENUE_AT_RISK_TREEMAP type: primary - kpi: INVENTORY_VALUE_COUNTRY type: secondary - kpi: REVENUE_AT_RISK_TREEMAP type: secondary default: true
Property | Type | Description |
---|---|---|
showConfig | true | false | Enable the selection of KPIs in the component. |