Package | Description |
---|---|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the DATALABELS plugin (AKA
chartjs-plugin-datalabels.js ) for CHART.js. |
org.pepstock.charba.client.datalabels.callbacks |
Contains the DATALABELS plugin callback interfaces to configure the plugin itself.
|
Modifier and Type | Method and Description |
---|---|
Padding |
DataLabelsOptions.getPadding()
Returns the padding element.
|
Modifier and Type | Method and Description |
---|---|
Padding |
PaddingCallback.padding(AbstractChart<?,?> chart,
Context context)
Returns the padding element at runtime, using the chart instance and the plugin context.
|