Package | Description |
---|---|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the
DataLabelsPlugin.ID plugin (AKA chartjs-plugin-datalabels.js ) for CHART.js. |
org.pepstock.charba.client.impl.callbacks |
Contains some callbacks implementations, available out-of-the box.
|
Class and Description |
---|
AlignCallback
Callback interface of
DataLabelsPlugin.ID plugin to set align property at runtime, using the plugin context. |
AnchorCallback
Callback interface of
DataLabelsPlugin.ID plugin to set anchor property at runtime, using the plugin context. |
ClampCallback
Callback interface of
DataLabelsPlugin.ID plugin to set clamp property at runtime, using the plugin context. |
ClipCallback
Callback interface of
DataLabelsPlugin.ID plugin to set clip property at runtime, using the plugin context. |
DisplayCallback
Callback interface of
DataLabelsPlugin.ID plugin to set display property at runtime, using the plugin context. |
FormatterCallback
Callback interface of
DataLabelsPlugin.ID plugin to set formatter property at runtime, using the plugin context.Labels can be displayed on multiple lines by using the newline character \n between each line or by providing an array of strings where each item represents a new
line. |
OpacityCallback
Callback interface of
DataLabelsPlugin.ID plugin to set opacity property at runtime, using the plugin context. |
TextShadowBlurCallback
Callback interface of
DataLabelsPlugin.ID plugin to set textShadowBlur property at runtime, using the plugin context. |
Class and Description |
---|
FormatterCallback
Callback interface of
DataLabelsPlugin.ID plugin to set formatter property at runtime, using the plugin context.Labels can be displayed on multiple lines by using the newline character \n between each line or by providing an array of strings where each item represents a new
line. |