Uses of Package
org.pepstock.charba.client.sankey
-
Packages that use org.pepstock.charba.client.sankey Package Description org.pepstock.charba.client.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js
) for CHART.js. -
Classes in org.pepstock.charba.client.sankey used by org.pepstock.charba.client.gwt.widgets Class Description 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.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.SankeyOptions Specific options for sankey chart.
Disables legend at the beginning but you can enable when needed. -
Classes in org.pepstock.charba.client.sankey used by org.pepstock.charba.client.sankey Class Description 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 user to apply a different priority to sankey node, priority used to layout calculation.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.