| Package | Description |
|---|---|
| org.pepstock.charba.client.data |
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
|
| org.pepstock.charba.client.datalabels |
Contains all classes to activate the
DataLabelsPlugin.ID plugin (AKA chartjs-plugin-datalabels.js ) for CHART.js. |
| Modifier and Type | Method and Description |
|---|---|
RotationCallback |
LiningDataset.getPointRotationCallback()
Returns the point rotation callback, if set, otherwise
null. |
RotationCallback |
BubbleDataset.getRotationCallback()
Returns the rotation callback, if set, otherwise
null. |
| Modifier and Type | Method and Description |
|---|---|
void |
LiningDataset.setPointRotation(RotationCallback pointRotationCallback)
Sets the point rotation callback.
|
void |
BubbleDataset.setRotation(RotationCallback rotationCallback)
Sets the rotation callback.
|
| Modifier and Type | Method and Description |
|---|---|
RotationCallback |
DataLabelsOptions.getRotationCallback()
Returns the rotation callback, if set, otherwise
null. |
| Modifier and Type | Method and Description |
|---|---|
DataLabelsOptionsBuilder |
DataLabelsOptionsBuilder.setRotation(RotationCallback rotationCallback)
Sets the rotation callback.
|
void |
DataLabelsOptions.setRotation(RotationCallback rotationCallback)
Sets the rotation callback.
|