Uses of Package
org.pepstock.charba.client.datalabels.callbacks
-
Packages that use org.pepstock.charba.client.datalabels.callbacks Package Description org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js.org.pepstock.charba.client.impl.callbacks Contains some callbacks implementations, available out-of-the box. -
Classes in org.pepstock.charba.client.datalabels.callbacks used by org.pepstock.charba.client.datalabels Class Description AlignCallback Callback interface ofDataLabelsPlugin.ID
plugin to setalign
property at runtime, using the plugin context.AnchorCallback Callback interface ofDataLabelsPlugin.ID
plugin to setanchor
property at runtime, using the plugin context.ClampCallback Callback interface ofDataLabelsPlugin.ID
plugin to setclamp
property at runtime, using the plugin context.ClipCallback Callback interface ofDataLabelsPlugin.ID
plugin to setclip
property at runtime, using the plugin context.FormatterCallback Callback interface ofDataLabelsPlugin.ID
plugin to setformatter
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 ofDataLabelsPlugin.ID
plugin to setopacity
property at runtime, using the plugin context.TextShadowBlurCallback Callback interface ofDataLabelsPlugin.ID
plugin to settextShadowBlur
property at runtime, using the plugin context. -
Classes in org.pepstock.charba.client.datalabels.callbacks used by org.pepstock.charba.client.impl.callbacks Class Description FormatterCallback Callback interface ofDataLabelsPlugin.ID
plugin to setformatter
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.