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 |
DataLabelsOptions
This is the
DataLabelsPlugin.ID plugin options where to set all the configuration needed to the plugin.The options could be set by simply the value or by setting a callback. The DataLabelsPlugin.ID plugin is highly customizable CHART.JS plugin that displays labels on data for any type of
charts. |
Modifier and Type | Method and Description |
---|---|
protected Collection<AbstractPluginCachedOptions> |
DataLabelsOptions.getInnerOptions() |
Modifier and Type | Class and Description |
---|---|
class |
LabelsOptions
This is the object to map the
LabelsPlugin.ID plugin options, both at chart and global level. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPluginCachedOptionsFactory<T extends AbstractPluginCachedOptions>
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractPluginCachedOptions |
AbstractPluginCachedOptionsFactory.getOptions(NativeObject nativeObject)
Returns the cached plugin options instance if there is, otherwise returns
null . |
Modifier and Type | Method and Description |
---|---|
protected Collection<AbstractPluginCachedOptions> |
AbstractPluginCachedOptions.getInnerOptions()
Returns a collection of inner options of the main one.
Must be override if inner options must be removed from cache. |