| Package | Description | 
|---|---|
| org.pepstock.charba.client | 
 Main package with all charts implementation, global classes and common interfaces. 
 | 
| org.pepstock.charba.client.options | 
 Contains all elements to configure charts at global level (know as chart global options). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GlobalScale
Default global scale (maps the java script object  
Chart.defaults.scale and the result of Chart.scaleService). | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExtendedScale
Scale options used internally inside the chart configuration. 
Extends the normal scale options with all methods to add callbacks and events.  | 
class  | 
Scale
Scales are an integral part of a chart. 
They are used to determine how data maps to a pixel value on the chart. linear logarithmic category time time series radial linear  |