Sankey
A Sankey diagram visualizes the flow of a resource between two different set of values. Commonly used for financial analysis (cash flow, revenue) and energy monitoring.

Start with an array of objects with three fields representing a starting point, an ending point and a weight (example below).


Last updated