| Package | Description |
|---|---|
| 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.labels.callbacks |
Contains the LABELS plugin callback interfaces to configure the plugin itself.
|
| Class and Description |
|---|
| LabelsOptions
This is the object to map the LABELS plugin options, both at chart and global level.
|
| LabelsOptionsBuilder
Comfortable object to create LABELS plugin options by a builder.
|
| LabelsOptionsFactory
Factory to get the options (form chart or from default global ones) related to LABELS plugin.
|
| RenderItem
This object is wrapping the native java script object provided by labels plugin when the RENDER function is called.
|
| Class and Description |
|---|
| FontColorItem
This object is wrapping the native java script object provided by labels plugin when the FONTCOLOR function is called.
|
| RenderItem
This object is wrapping the native java script object provided by labels plugin when the RENDER function is called.
|