| Package | Description |
|---|---|
| org.pepstock.charba.client.datalabels.callbacks |
Contains the
DataLabelsPlugin.ID plugin callback interfaces to configure the plugin itself. |
| org.pepstock.charba.client.impl.callbacks |
Contains some callbacks implementations, available out-of-the box.
|
| org.pepstock.charba.client.labels |
Contains all classes to use
LabelsPlugin.ID plugin (AKA chartjs-plugin-labels.js) available for CHART.JS |
| Modifier and Type | Method and Description |
|---|---|
String |
FormatterCallback.invoke(IsChart chart,
DataItem dataItem,
ScriptableContext context)
Returns the
formatter property at runtime, using the chart instance and the plugin context. |
| Modifier and Type | Method and Description |
|---|---|
String |
PercentageCallback.invoke(IsChart chart,
DataItem dataItem,
ScriptableContext context) |
| Modifier and Type | Method and Description |
|---|---|
DataItem |
RenderItem.getDataItem()
Returns the value for the dataset by a
DataItem. |