Package org.pepstock.charba.client.sankey
Contains all classes to activate the Sankey controller (AKA
chartjs-chart-sankey.js
) for CHART.js.- Author:
- Andrea "Stock" Stocchero
-
Class Summary Class Description Column Is a map to apply a different start or end position to sankey node.Labels Is a map to apply a different label to sankey node, node defined bySankeyDataPoint.setFrom(Key)
orSankeyDataPoint.setTo(Key)
.Priority Is a map 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.SankeyDataPoint.SankeyDataPointFactory CreatesSankeyDataPoint
form aNativeObject
.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.SankeyElement Maps the CHART.JS element used by Sankey controller.SankeyElementOptions Maps the out-of-the-box CHART.JS element options used to represents flows on the charts.SankeyOptions Specific options for sankey chart.
Disables legend at the beginning but you can enable when needed.