| Package | Description | 
|---|---|
| org.pepstock.charba.client.datalabels | 
 Contains all classes to activate the  
DataLabelsPlugin.ID plugin (AKA chartjs-plugin-datalabels.js ) for CHART.js. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractBuilder<T extends LabelItem>
Abstract base comfortable object to create  
DataLabelsPlugin.ID label item by a builder. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DataLabelsOptions
This is the  
DataLabelsPlugin.ID plugin options where to set all the configuration needed to the plugin.The options could be set by simply the value or by setting a callback. The DataLabelsPlugin.ID plugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts. | 
| Modifier and Type | Method and Description | 
|---|---|
LabelItem | 
Labels.createLabel(DataLabelId id)
Returns new options for specific id. 
 | 
LabelItem | 
Labels.createLabel(String id)
Returns new options for specific id. 
 | 
LabelItem | 
DataLabelsContext.getLabel()
Returns the label options of plugin. 
 | 
LabelItem | 
Labels.getLabel(DataLabelId id)
Returns the stored options for specific id. 
 | 
LabelItem | 
Labels.getLabel(String id)
Returns the stored options for specific id. 
 |