Package | Description |
---|---|
org.pepstock.charba.client.labels |
Contains all classes to use
LabelsPlugin.ID plugin (AKA chartjs-plugin-labels.js ) available for CHART.JS. |
Modifier and Type | Method and Description |
---|---|
ColorCallback<LabelsContext> |
Label.getColorCallback()
Returns the font color callback, if set, otherwise
null . |
FontCallback<LabelsContext> |
Label.getFontCallback()
Returns the font callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
Label.setColor(ColorCallback<LabelsContext> colorCallback)
Sets the font color callback.
|
LabelBuilder |
LabelBuilder.setFont(FontCallback<LabelsContext> fontColorCallback)
Sets the font color callback.
|
void |
Label.setFont(FontCallback<LabelsContext> fontCallback)
Sets the font callback.
|