Package | Description |
---|---|
org.pepstock.charba.client.sankey |
Contains all classes to activate the Sankey controller (AKA
chartjs-chart-sankey.js ) for CHART.js. |
Modifier and Type | Method and Description |
---|---|
SankeyDataPoint |
SankeyDataset.DataPointFactory.create(NativeObject nativeObject) |
Modifier and Type | Method and Description |
---|---|
List<SankeyDataPoint> |
SankeyDataset.getDataPoints()
Returns the sankey data property of a dataset for a chart is specified as an array of sankey data points
|
List<SankeyDataPoint> |
SankeyDataset.getDataPoints(boolean binding)
Returns the sankey data property of a dataset for a chart is specified as an array of sankey data points
|
Modifier and Type | Method and Description |
---|---|
void |
SankeyDataset.setDataPoints(SankeyDataPoint... datapoints)
Sets the data property of a data set for a chart is specified as an array of data points.
|
Modifier and Type | Method and Description |
---|---|
void |
SankeyDataset.setDataPoints(List<SankeyDataPoint> datapoints)
Sets the data property of a data set for a chart is specified as an array of data points.
|