| Package | Description |
|---|---|
| org.pepstock.charba.client.annotation |
Contains all classes to activate the
AnnotationPlugin.ID plugin (AKA chartjs-plugin-annotation.js ) for CHART.js. |
| org.pepstock.charba.client.annotation.callbacks |
Contains the
AnnotationPlugin.ID plugin callback interfaces to catch events. |
| Class and Description |
|---|
| AbstractAnnotation
Base class to define an annotation into
AnnotationPlugin.ID plugin.It contains all commons properties to define an annotation ( BoxAnnotation or LineAnnotation. |
| AnnotationOptions
This is the
AnnotationPlugin.ID plugin options where to set all configuration items needed to the plugin. |
| AnnotationOptionsFactory
Factory to get the options (from chart) related to
AnnotationPlugin.ID plugin. |
| LineLabel
Implements a LABEL to apply on a LINE annotation.
|
| Class and Description |
|---|
| AbstractAnnotation
Base class to define an annotation into
AnnotationPlugin.ID plugin.It contains all commons properties to define an annotation ( BoxAnnotation or LineAnnotation. |