Package | Description |
---|---|
org.pepstock.charba.client.annotation |
Contains all classes to activate the
AnnotationPlugin#ID plugin (AKA chartjs-plugin-annotation.js ) for CHART.js. |
Modifier and Type | Method and Description |
---|---|
PaddingSizeCallback |
LineLabel.getXPaddingCallback()
Returns the callback called to set the padding of label to add left and right.
|
PaddingSizeCallback |
LineLabel.getYPaddingCallback()
Returns the callback called to set the padding of label to add top and bottom.
|
Modifier and Type | Method and Description |
---|---|
void |
LineLabel.setXPadding(PaddingSizeCallback paddingCallback)
Sets the callback to set the padding of label to add left and right.
|
void |
LineLabel.setYPadding(PaddingSizeCallback paddingCallback)
Sets the callback to set the padding of label to add top and bottom.
|