chartjs-chart-sankey.js ) for CHART.js.See: Description
| Class | Description |
|---|---|
| Labels |
Is a map to apply a different label to sankey node, node defined by
SankeyDataPoint.setFrom(Key) or SankeyDataPoint.setTo(Key). |
| Priority |
Is a map to user to apply a different priority to sankey node, priority used to layout calculation.
|
| SankeyChart |
Sankey charts are a type of flow diagram in which the width of the arrows is proportional to the flow rate.
Sankey diagrams emphasize the major transfers or flows within a system. They help locate the most important contributions to a flow. They often show conserved quantities within defined system boundaries. |
| SankeyDataPoint |
Maps the data passed to a sankey dataset.
|
| SankeyDataset |
Sankey charts are a type of flow diagram in which the width of the arrows is proportional to the flow rate.
Sankey diagrams emphasize the major transfers or flows within a system. They help locate the most important contributions to a flow. They often show conserved quantities within defined system boundaries. |
| SankeyDataset.DataPointFactory |
Factory to create a sankey data point from a native object, used for array container lists.
|
| SankeyOptions |
Specific options for sankey chart.
Disables legend at the beginning but you can enable when needed. |
chartjs-chart-sankey.js ) for CHART.js.