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.enums |
Contains all enumerations to configure the
LabelsPlugin.ID plugin. |
Modifier and Type | Field and Description |
---|---|
static Render |
Label.DEFAULT_RENDER
Default rendering (what data must be showed),
VALUE . |
Modifier and Type | Method and Description |
---|---|
Render |
Label.getRender()
Returns what data must be showed.
|
Modifier and Type | Method and Description |
---|---|
LabelBuilder |
LabelBuilder.setRender(Render render)
Sets what data must be showed.
|
void |
Label.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.
|