Package | Description |
---|---|
org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
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 |
---|---|
OffsetCallback<DatasetContext> |
Arc.getHoverOffsetCallback()
Returns the offset callback, if set, otherwise
null . |
OffsetCallback<DatasetContext> |
Arc.getOffsetCallback()
Returns the offset callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
Arc.setHoverOffset(OffsetCallback<DatasetContext> hoverOffsetCallback)
Sets the offset callback, when hovered.
|
void |
Arc.setOffset(OffsetCallback<DatasetContext> offsetCallback)
Sets the offset callback.
|
Modifier and Type | Method and Description |
---|---|
OffsetCallback<DatasetContext> |
PieDataset.getHoverOffsetCallback()
Returns the offset callback, when dataset is hovered, if set, otherwise
null . |
OffsetCallback<DatasetContext> |
PieDataset.getOffsetCallback()
Returns the offset callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
PieDataset.setHoverOffset(OffsetCallback<DatasetContext> hoverOffsetCallback)
Sets the offset callback, when dataset is hovered.
|
void |
PieDataset.setOffset(OffsetCallback<DatasetContext> offsetCallback)
Sets the offset callback.
|
Modifier and Type | Method and Description |
---|---|
OffsetCallback<DataLabelsContext> |
LabelItem.getOffsetCallback()
Returns the offset callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
LabelItem.setOffset(OffsetCallback<DataLabelsContext> offsetCallback)
Sets the offset callback.
|
AbstractBuilder<T> |
AbstractBuilder.setOffset(OffsetCallback<DataLabelsContext> offsetCallback)
Sets the offset callback.
|