| Package | Description | 
|---|---|
| org.pepstock.charba.client | 
 Main package with all charts implementation, global classes and common interfaces. 
 | 
| 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.data | 
 Contains all elements to configure the datasets of a chart instance (know as chart data at instance level). 
 | 
| org.pepstock.charba.client.plugins | 
 Contains all classes to manage the plugin implementations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConfigurationElement.load(IsChart chart,
    Configuration configuration)
Called to enable to load in the a configuration object the specific configuration item (by native object). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ConfigurationLoader.loadData(Configuration configuration,
        NativeObjectContainer data)
Loads the DATA in the configuration CHART.JS object. 
 | 
static void | 
ConfigurationLoader.loadOptions(Configuration configuration,
           NativeObjectContainer options)
Loads the OPTIONS in the configuration CHART.JS object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConfigurationOptions.load(IsChart chart,
    Configuration configuration)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Data.load(IsChart chart,
    Configuration configuration)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Plugins.load(IsChart chart,
    Configuration configuration)  | 
void | 
Plugins.onChartConfigure(Configuration config,
                IsChart chart)
Invokes the on configuration method to inform the plugins that the chart is going to be initialized. 
 | 
void | 
GlobalPlugins.onChartConfigure(Configuration config,
                IsChart chart)
Invokes the on configuration method to inform the plugins that the chart is going to be initialized. 
 |