| 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.enums | 
 Contains all enumerations of some chart options where only a specific set of values can be set. 
 | 
| 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 | 
|---|---|
boolean | 
Plugins.isEnabled(DefaultPluginId pluginId)
Returns if a default plugin is enabled or not. 
 | 
void | 
Plugins.setEnabled(DefaultPluginId plugin,
          boolean enabled)
Sets if a default plugin must be enabled or not. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DefaultPluginId | 
DefaultPluginId.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DefaultPluginId[] | 
DefaultPluginId.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Plugins.isEnabled(DefaultPluginId pluginId)
Returns if a plugin is enabled or not. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Plugins.setEnabled(ConfigurationEnvelop<DefaultPluginId> envelop,
          boolean enabled)
Sets if a default CHART.JS plugin must be enabled or not. 
Callable only for chart configuration scope (no global or other).  |