| 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.enums |
Contains all enumerations to configure the LABELS plugin.
|
| Modifier and Type | Method and Description |
|---|---|
Render |
LabelsOptions.getRender()
Returns what data must be showed.
|
| Modifier and Type | Method and Description |
|---|---|
LabelsOptionsBuilder |
LabelsOptionsBuilder.setRender(Render render)
Sets what data must be showed.
|
void |
LabelsOptions.setRender(Render render)
Sets what data must be showed.
|
| Modifier and Type | Method and Description |
|---|---|
static Render |
Render.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Render[] |
Render.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|