| Package | Description | 
|---|---|
| org.pepstock.charba.client.impl.plugins | 
 Contains some plugins implementations, available out-of-the box. 
 | 
| org.pepstock.charba.client.impl.plugins.enums | 
 Contains the enumeration items to configure out of the box CHARBA plugins. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static SchemeScope | 
ColorSchemesOptions.DEFAULT_SCHEME_SCOPE
Default color scheme scope (for bar and bubble charts),  
DATASET. | 
| Modifier and Type | Method and Description | 
|---|---|
SchemeScope | 
ColorSchemesOptions.getSchemeScope()
Returns the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ColorSchemesOptionsBuilder | 
ColorSchemesOptionsBuilder.setSchemeScope(SchemeScope schemeScope)
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts. 
 | 
void | 
ColorSchemesOptions.setSchemeScope(SchemeScope schemeScope)
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SchemeScope | 
SchemeScope.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SchemeScope[] | 
SchemeScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |