Package | Description |
---|---|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the DATALABELS plugin (AKA
chartjs-plugin-datalabels.js ) for CHART.js. |
Modifier and Type | Method and Description |
---|---|
RotationCallback |
DataLabelsOptions.getRotationCallback()
Returns the rotation callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
DataLabelsOptionsBuilder |
DataLabelsOptionsBuilder.setRotation(RotationCallback rotationCallback)
Sets the rotation callback.
|
void |
DataLabelsOptions.setRotation(RotationCallback rotationCallback)
Sets the rotation callback.
|