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 |
---|---|
SizeCallback |
MatrixDataset.getHeightCallback()
Returns the height callback to set the height of matrix element in pixels.
|
SizeCallback |
MatrixDataset.getWidthCallback()
Returns the width callback to set the width of matrix element in pixels.
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixDataset.setHeight(SizeCallback heightCallback)
Sets the height callback to set the height of matrix element in pixels.
|
void |
MatrixDataset.setWidth(SizeCallback widthCallback)
Sets the width callback to set the width of matrix element in pixels.
|