| Package | Description |
|---|---|
| org.pepstock.charba.client.matrix |
Contains all classes to activate the Matrix controller (AKA
chartjs-chart-matrix.js ) for CHART.js. |
| Modifier and Type | Method and Description |
|---|---|
List<MatrixDataPoint> |
MatrixDataset.getDataPoints()
Returns the matrix data property of a dataset for a chart is specified as an array of matrix data points
|
List<MatrixDataPoint> |
MatrixDataset.getDataPoints(boolean binding)
Returns the matrix data property of a dataset for a chart is specified as an array of matrix data points
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatrixDataset.setDataPoints(MatrixDataPoint... 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 |
MatrixDataset.setDataPoints(List<MatrixDataPoint> datapoints)
Sets the data property of a data set for a chart is specified as an array of data points.
|