Package | Description |
---|---|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the DATALABELS plugin (AKA
chartjs-plugin-datalabels.js ) for CHART.js. |
org.pepstock.charba.client.labels |
Contains all classes to use LABELS 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 DATALABELS plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
LabelsOptionsFactory
Factory to get the options (form chart or from default global ones) related to LABELS plugin.
|
Constructor and Description |
---|
AbstractPluginOptions(String pluginId,
AbstractPluginOptionsFactory<?> 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. |