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 |
---|---|
ImageSizeCallback |
LineLabel.getImageHeightCallback()
Returns the callback called to set the height of label content, when is set as
Img , in percentage (format is "{n}%") in order to scale the image when drawn. |
ImageSizeCallback |
LineLabel.getImageWidthCallback()
Returns the callback called to set the width of label content, when is set as
Img , in percentage (format is "{n}%") in order to scale the image when drawn. |
Modifier and Type | Method and Description |
---|---|
void |
LineLabel.setImageHeight(ImageSizeCallback imageSizeCallback)
Sets the callback to set the height of label content, when is set as
Img , in percentage (format is "{n}%") in order to scale the image when drawn. |
void |
LineLabel.setImageWidth(ImageSizeCallback imageSizeCallback)
Sets the callback to set the width of label content, when is set as
Img , in percentage (format is "{n}%") in order to scale the image when drawn. |