Package | Description |
---|---|
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 |
---|---|
Label |
LabelsOptions.createLabel(LabelId id)
Creates new label (if not exist) using the label if passed as argument.
|
Label |
LabelsOptions.createLabel(String id)
Creates new label (if not exist) using the label if passed as argument.
|
Label |
LabelsOptions.getLabel(LabelId id)
Returns the label with the id passed as argument or
null if not exist. |
Label |
LabelsOptions.getLabel(String id)
Returns the label with the id passed as argument or
null if not exist. |
Label |
LabelsContext.getLabelOptions()
Returns the label options of plugin.
|
Modifier and Type | Method and Description |
---|---|
List<Label> |
LabelsOptions.getLabels()
Returns the collection of labels.
|