| Package | Description | 
|---|---|
| org.pepstock.charba.client.annotation | 
 Contains all classes to activate the  
AnnotationPlugin#ID plugin (AKA chartjs-plugin-annotation.js ) for CHART.js. | 
| Modifier and Type | Method and Description | 
|---|---|
DisplayCallback<AnnotationContext> | 
LineLabel.getDisplayCallback()
Returns the callback called to set whether the label should be displayed. 
 | 
DisplayCallback<AnnotationContext> | 
AbstractAnnotation.getDisplayCallback()
Returns the callback called to set whether the annotation should be displayed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LineLabel.setDisplay(DisplayCallback<AnnotationContext> displayCallback)
Sets the callback to set whether the label should be displayed. 
 | 
void | 
AbstractAnnotation.setDisplay(DisplayCallback<AnnotationContext> displayCallback)
Sets the callback to set whether the annotation should be displayed. 
 |