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.datalabels.callbacks |
Contains the DATALABELS plugin callback interfaces to configure the plugin itself.
|
org.pepstock.charba.client.datalabels.events |
Contains the DATALABELS plugin event handlers interfaces to configure the plugin itself.
|
org.pepstock.charba.client.impl.callbacks |
Contains some callbacks implementations, available out-of-the box.
|
Class and Description |
---|
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.
|
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. |
Class and Description |
---|
Context
The option context is used to give contextual information when resolving options.
|
Font
Base object to map font options for DATALABELS plugin configuration.
It can be used also into callback for font generation at runtime. |
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. |
Class and Description |
---|
Context
The option context is used to give contextual information when resolving options.
|
Class and Description |
---|
Context
The option context is used to give contextual information when resolving options.
|