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.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (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 class
Padding
Base object to map padding options forAnnotationPlugin.ID
plugin 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 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).
-