Package | Description |
---|---|
org.pepstock.charba.client.annotation |
Contains all classes to activate the
AnnotationPlugin.ID plugin (AKA
chartjs-plugin-annotation.js ) for CHART.js. |
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.
|
org.pepstock.charba.client.zoom |
Contains all classes to activate the
ZoomPlugin.ID plugin (AKA
chartjs-plugin-zoom.js ) for CHART.js. |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationOptionsFactory
Factory to get the options (from chart) related to
AnnotationPlugin.ID plugin. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
ZoomOptionsFactory
Factory to get the options (form chart, form dataset or from default global ones) related to
ZoomPlugin.ID plugin. |