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 |
---|---|
TextAlignCallback |
DataLabelsOptions.getTextAlignCallback()
Returns the text align callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
DataLabelsOptionsBuilder |
DataLabelsOptionsBuilder.setTextAlign(TextAlignCallback textAlignCallback)
Sets the text align callback.
|
void |
DataLabelsOptions.setTextAlign(TextAlignCallback textAlignCallback)
Sets the text align callback.
|