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 (AKA
chartjs-chart-sankey.js ) for CHART.js. |
Class and 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. |
Class and 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.
|
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. |