Package | Description |
---|---|
org.pepstock.charba.client.labels |
Contains all classes to use LABELS plugin (AKA
chartjs-plugin-labels.js ) available for CHART.JS |
org.pepstock.charba.client.labels.callbacks |
Contains the LABELS 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 labels plugin when the FONTCOLOR function is called.
|
Modifier and Type | Method and Description |
---|---|
T |
RenderCallback.render(AbstractChart<?,?> chart,
RenderItem item)
Called to provide the item to be rendered as string or as image at runtime, using the arguments.
|