| Package | Description | 
|---|---|
| org.pepstock.charba.client.configuration | 
 Contains all elements to configure a chart instance (know as chart options at instance level). 
 | 
| org.pepstock.charba.client.items | 
 Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers. 
 | 
| 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  | 
Padding
Maps the additional space to apply to the sides of elements (left, top, right, bottom), in pixels. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PaddingItem
Padding options item to use mainly for callbacks. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPadding
Base class to map the padding properties of an element. 
 | 
class  | 
AbstractScriptablePadding<T extends ChartContext>
Object can be provided with additional configuration by callbacks to define padding options at runtime, and with the possibility to reset  
PaddingCallback if the
 IsScriptablePaddingProvider instance has been set with a PaddingCallback. |