Package | Description |
---|---|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the
DataLabelsPlugin.ID plugin (AKA chartjs-plugin-datalabels.js ) for CHART.js. |
Class and Description |
---|
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. |
DataLabelsOptionsBuilder
Comfortable object to create
DataLabelsPlugin.ID plugin options by a builder. |
DataLabelsOptionsFactory
Factory to get the options (form chart, form dataset or from default global ones) related to
DataLabelsPlugin.ID plugin. |
Font
Base object to map font options for
DataLabelsPlugin.ID plugin configuration.It can be used also into callback for font generation at runtime. |
Labels
Base object to map multi labels options for
DataLabelsPlugin.ID plugin configuration.It's possible to define multiple labels for each data element using the this object. It is an object where each property represents a new label, the key being the label key and the value being the options specific to each label. These options are merged on top of the options defined at the chart and dataset levels. |
Listeners
This is the LISTENER options of
DataLabelsPlugin.ID 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
DataLabelsPlugin.ID 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. |