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.IDplugin (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.IDplugin to setalignproperty at runtime, using the plugin context.AnchorCallback Callback interface ofDataLabelsPlugin.IDplugin to setanchorproperty at runtime, using the plugin context.ClampCallback Callback interface ofDataLabelsPlugin.IDplugin to setclampproperty at runtime, using the plugin context.ClipCallback Callback interface ofDataLabelsPlugin.IDplugin to setclipproperty at runtime, using the plugin context.FormatterCallback Callback interface ofDataLabelsPlugin.IDplugin to setformatterproperty at runtime, using the plugin context.
Labels can be displayed on multiple lines by using the newline character\nbetween each line or by providing an array of strings where each item represents a new line.OpacityCallback Callback interface ofDataLabelsPlugin.IDplugin to setopacityproperty at runtime, using the plugin context.TextShadowBlurCallback Callback interface ofDataLabelsPlugin.IDplugin to settextShadowBlurproperty 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.IDplugin to setformatterproperty at runtime, using the plugin context.
Labels can be displayed on multiple lines by using the newline character\nbetween each line or by providing an array of strings where each item represents a new line.