| Package | Description | 
|---|---|
| org.pepstock.charba.client.datalabels.callbacks | 
 Contains the  
DataLabelsPlugin.ID plugin callback interfaces to configure the plugin itself. | 
| org.pepstock.charba.client.impl.callbacks | 
 Contains some callbacks implementations, available out-of-the box. 
 | 
| 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 | 
|---|---|
String | 
FormatterCallback.invoke(DataLabelsContext context,
      DataItem dataItem)
Returns the formatted label value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
PercentageCallback.invoke(DataLabelsContext context,
      DataItem dataItem)  | 
| Modifier and Type | Method and Description | 
|---|---|
DataItem | 
LabelsContext.getDataItem()
Returns the value for the data set by a  
DataItem. |