SankeyChart
Home > @gooddata/sdk-ui-charts > SankeyChart
SankeyChart variable
A Sankey diagram is a type of flow diagram, in which the width of the link between two nodes is shown proportionally to the flow quantity.
Signature:
SankeyChart: (props: ISankeyChartProps) => React.JSX.Element
Remarks
A Sankey diagram can be displayed with one measure and one or two attributes, where the measure represents the width of the links and the attributes represent the nodes of the links
See ISankeyChartProps to learn how to configure the SankeyChart.