Uses of Class
org.pepstock.charba.client.options.AbstractScriptablePadding
-
Packages that use AbstractScriptablePadding Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js.org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js. -
-
Uses of AbstractScriptablePadding in org.pepstock.charba.client.annotation
Subclasses of AbstractScriptablePadding in org.pepstock.charba.client.annotation Modifier and Type Class Description classPaddingBase object to map padding options forAnnotationPlugin.IDplugin padding configuration.
It is applied to all sides of the label (left, top, right, bottom). -
Uses of AbstractScriptablePadding in org.pepstock.charba.client.datalabels
Subclasses of AbstractScriptablePadding in org.pepstock.charba.client.datalabels Modifier and Type Class Description classPaddingBase object to map padding options forDataLabelsPlugin.IDplugin configuration.
It is applied to all sides of the label (left, top, right, bottom).
-