| Package | Description | 
|---|---|
| org.pepstock.charba.client.options | 
 Contains all elements to configure charts at global level (know as chart global options). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends NativeObjectContainer> | 
ExtendedOptions.getRemappedOptions(ControllerMapperFactory<T> factory)
Returns the options, mapped with a custom object, used for controllers to map the options. 
It uses a factory instance to create a customized options. If factory argument is not consistent, null is returned. | 
<T extends NativeObjectContainer> | 
ExtendedScale.getRemappedOptions(ControllerMapperFactory<T> factory)
Returns the options, mapped with a custom object, used for controllers to map the options. 
It uses a factory instance to create a customized options. If factory argument is not consistent, null is returned. |