Package | Description |
---|---|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the
DataLabelsPlugin.ID plugin (AKA
chartjs-plugin-datalabels.js ) for CHART.js. |
org.pepstock.charba.client.labels |
Contains all classes to use
LabelsPlugin.ID plugin (AKA
chartjs-plugin-labels.js ) available for CHART.JS |
org.pepstock.charba.client.plugins |
Contains all classes to manage the plugin implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
DataLabelsOptionsFactory
Factory to get the options (form chart, form dataset or from default global ones) related to
DataLabelsPlugin.ID
plugin. |
Modifier and Type | Class and Description |
---|---|
class |
LabelsOptionsFactory
Factory to get the options (form chart or from default global ones) related to
LabelsPlugin.ID plugin. |
Constructor and Description |
---|
AbstractPluginCachedOptions(String pluginId,
AbstractPluginCachedOptionsFactory<?> factory,
boolean deferredRegistration)
Creates new plugin options with its factory, plugin ID and a flag to know if it must register the options to the cache or
if it will be postponed.
The deferred registration is needed to implement options builder in order do not register options not used. |