| 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.defaults | 
 Contains all interfaces need to provide defaults values of the chart options. 
 | 
| org.pepstock.charba.client.defaults.chart | 
 Contains the default values of chart options based on type of chart instance. 
 | 
| org.pepstock.charba.client.defaults.globals | 
 Contains the default values of chart options for all chart types (CHART.JS options defaults). 
 | 
| 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  | 
Transitions
It animates charts out of the box. 
A number of options are provided to configure how the animation looks and how long it takes. This configuration item is configuring the common animation properties for a specific update mode (transition).  | 
| Modifier and Type | Method and Description | 
|---|---|
IsDefaultTransitions | 
IsDefaultAnimationContainer.getTransitions()
Returns the animation transition element. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultChartTransitions
Defaults for transitions option element, based on chart type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IsDefaultTransitions | 
DefaultChartTooltips.getTransitions()  | 
IsDefaultTransitions | 
DefaultChartTypedDatasets.getTransitions()  | 
| Constructor and Description | 
|---|
DefaultChartTransitions(IsDefaultTransitions transitions)
Creates the object by transitions option element instance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultTransitions
CHART.JS default values for ANIMATION element. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IsDefaultTransitions | 
DefaultTooltips.getTransitions()  | 
IsDefaultTransitions | 
DefaultTypedDataset.getTransitions()  | 
IsDefaultTransitions | 
AbstractDefaultOptions.getTransitions()  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IsTransitions
Interface to map a transitions element, TRANSITIONS name space. 
 |