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 |
---|---|
TextStrokeWidthCallback |
DataLabelsOptions.getTextStrokeWidthCallback()
Returns the text stroke width callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
DataLabelsOptionsBuilder |
DataLabelsOptionsBuilder.setTextStrokeWidth(TextStrokeWidthCallback textStrokeWidthCallback)
Sets the text stroke width callback.
|
void |
DataLabelsOptions.setTextStrokeWidth(TextStrokeWidthCallback textStrokeWidthCallback)
Sets the text stroke width callback.
|