chartjs-plugin-datalabels.js
) for CHART.js.See: Description
Class | Description |
---|---|
Context |
The option context is used to give contextual information when resolving options.
|
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. |
DataLabelsOptionsBuilder |
Comfortable object to create DATALABELS plugin options by a builder.
|
DataLabelsOptionsFactory |
Factory to get the options (form chart, form dataset or from default global ones) related to DATALABELS plugin.
|
DataLabelsPlugin |
Entry point of DATALABELS plugin to enable the plugin.
The DATALABELS plugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts. |
Font |
Base object to map font options for DATALABELS plugin configuration.
It can be used also into callback for font generation at runtime. |
Listeners |
This is the LISTENER options of DATALABELS plugin allows to register callback(s) to be notified when an event is detected on
a specific label.
|
Padding |
Base object to map font options for DATALABELS plugin configuration.
It is applied to all sides of the chart (left, top, right, bottom). It can be used also into callback for font generation at runtime. |
chartjs-plugin-datalabels.js
) for CHART.js.