Package | Description |
---|---|
org.pepstock.charba.client.labels |
Contains all classes to use
LabelsPlugin.ID plugin (AKA
chartjs-plugin-labels.js ) available for CHART.JS |
org.pepstock.charba.client.labels.callbacks |
Contains the
LabelsPlugin.ID plugin callback interfaces to configure the plugin itself. |
Modifier and Type | Class and Description |
---|---|
class |
FontColorItem
This object is wrapping the native java script object provided by
LabelsPlugin.ID plugin when the FONTCOLOR function
is called. |
Modifier and Type | Method and Description |
---|---|
Object |
RenderCallback.invoke(IsChart chart,
RenderItem item)
Called to provide the item to be rendered as string or as image at runtime, using the arguments.
|