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 |
DataLabelsOptions
This is the DATALABELS 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 DATALABELS plugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts. |
Modifier and Type | Class and Description |
---|---|
class |
LabelsOptions
This is the object to map the LABELS plugin options, both at chart and global level.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPluginOptionsFactory<T extends AbstractPluginOptions>
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 AbstractPluginOptions |
AbstractPluginOptionsFactory.getOptions(NativeObject nativeObject)
Returns the cached plugin options instance if there is, otherwise returns
null . |