Package | Description |
---|---|
org.pepstock.charba.client.sankey |
Contains all classes to activate the Sankey controller (AKA
chartjs-chart-sankey.js ) for CHART.js. |
org.pepstock.charba.client.sankey.enums |
Contains all enumerations to configure the SANKEY controllers.
|
Modifier and Type | Method and Description |
---|---|
Size |
SankeyDataset.getSize()
Returns
MIN if flow overlap is preferred. |
Modifier and Type | Method and Description |
---|---|
void |
SankeyDataset.setSize(Size size)
Sets
MIN if flow overlap is preferred. |
Modifier and Type | Method and Description |
---|---|
static Size |
Size.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Size[] |
Size.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|