| Package | Description | 
|---|---|
| org.pepstock.charba.client.annotation | Contains all classes to activate the  AnnotationPlugin#IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js. | 
| org.pepstock.charba.client.commons | Core classes to manage the inter-operations with java script code. | 
| org.pepstock.charba.client.configuration | Contains all elements to configure a chart instance (know as chart options at instance level). | 
| org.pepstock.charba.client.datalabels | Contains all classes to activate the  DataLabelsPlugin.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js. | 
| org.pepstock.charba.client.enums | Contains all enumerations of some chart options where only a specific set of values can be set. | 
| org.pepstock.charba.client.labels | Contains all classes to use  LabelsPlugin.IDplugin (AKAchartjs-plugin-labels.js) available for CHART.JS. | 
| org.pepstock.charba.client.options | Contains all elements to configure charts at global level (know as chart global options). | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AnnotationIdRepresents the annotation id of a annotation configuration object in the  AnnotationPlugin.IDplugin. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | PropertyKey. checkIfValid(PropertyKey id)Checks if id passed as argument is not  nulland its value is notnullas well and could be a valid property key.If not, throw a IllegalArgumentException. | 
| static boolean | PropertyKey. isValid(PropertyKey id)Returns  trueif id passed as argument is notnulland its value is notnullas well and could be a valid property key. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AxisTypeRepresents the scale type of a scale/axis object. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StandardAxisTypeThis is a standard implementation of a axis type | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DataLabelIdRepresents the label id of a label configuration object in the  DataLabelsPlugin.IDplugin. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ChartAxisTypeAxes are an integral part of a chart. | 
| class  | DefaultScaleIdEnumerates the default scale id. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | LabelIdRepresents the label id of a label configuration object in the  LabelsPlugin.IDplugin. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ScaleIdRepresents the scale id of a scale/axis object. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StandardScaleIdThis is a standard implementation of a scale id |