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.isForcedlyDisabled(DefaultPlugin plugin)
Returns if a default CHART.JS plugin is enabled or not, forced directly by global plugin manager
|
void |
Plugins.setEnabled(DefaultPlugin plugin,
boolean enabled)
Sets if a default CHART.JS plugin must be enabled or not.
|
Modifier and Type | Method and Description |
---|---|
static DefaultPlugin |
DefaultPlugin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultPlugin[] |
DefaultPlugin.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.isForcedlyDisabled(DefaultPlugin plugin)
Returns if a default CHART.JS plugin is enabled or not, forced directly by global plugin manager
|
void |
Plugins.setEnabled(DefaultPlugin plugin,
boolean enabled)
Sets if a default CHART.JS plugin must be enabled or not.
|