LabelsPlugin.ID plugin (AKA chartjs-plugin-labels.js) available for CHART.JSSee: Description
| Class | Description |
|---|---|
| FontColorItem |
This object is wrapping the native java script object provided by
LabelsPlugin.ID plugin when the FONTCOLOR function is called. |
| LabelsOptions |
This is the object to map the
LabelsPlugin.ID plugin options, both at chart and global level. |
| LabelsOptionsBuilder |
Comfortable object to create
LabelsPlugin.ID plugin options by a builder. |
| LabelsOptionsFactory |
Factory to get the options (form chart or from default global ones) related to
LabelsPlugin.ID plugin. |
| LabelsPlugin |
Entry point of LABELS plugin with some static utilities to enable it and to get and set options.
|
| LabelsPluginResource |
Contains the content of
chartjs-plugin-labels.min.js to inject. |
| RenderItem |
This object is wrapping the native java script object provided by
LabelsPlugin.ID plugin when the RENDER function is called. |
LabelsPlugin.ID plugin (AKA chartjs-plugin-labels.js) available for CHART.JS