Uses of Class
org.pepstock.charba.client.options.AbstractPadding
-
Packages that use AbstractPadding 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.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of AbstractPadding in org.pepstock.charba.client.datalabels
Subclasses of AbstractPadding in org.pepstock.charba.client.datalabels Modifier and Type Class Description class
Padding
Base object to map padding options forDataLabelsPlugin.ID
plugin configuration.
It is applied to all sides of the label (left, top, right, bottom). -
Uses of AbstractPadding in org.pepstock.charba.client.items
Subclasses of AbstractPadding in org.pepstock.charba.client.items Modifier and Type Class Description class
PaddingItem
Padding options item to use mainly for callbacks. -
Uses of AbstractPadding in org.pepstock.charba.client.options
Subclasses of AbstractPadding in org.pepstock.charba.client.options Modifier and Type Class Description class
AbstractScriptablePadding<T extends ChartContext>
Object can be provided with additional configuration by callbacks to define padding options at runtime, and with the possibility to resetPaddingCallback
if theIsScriptablePaddingProvider
instance has been set with aPaddingCallback
.
-