Package | Description |
---|---|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the DATALABELS plugin (AKA
chartjs-plugin-datalabels.js ) for CHART.js. |
org.pepstock.charba.client.datalabels.callbacks |
Contains the DATALABELS plugin callback interfaces to configure the plugin itself.
|
org.pepstock.charba.client.datalabels.enums |
Contains all enumerations to configure the DATALABELS plugin.
|
Modifier and Type | Method and Description |
---|---|
Display |
DataLabelsOptions.getDisplay()
Returns the visibility of labels.
|
Modifier and Type | Method and Description |
---|---|
DataLabelsOptionsBuilder |
DataLabelsOptionsBuilder.setDisplay(Display display)
Sets the visibility of labels.
|
void |
DataLabelsOptions.setDisplay(Display display)
Sets the visibility of labels.
|
Modifier and Type | Method and Description |
---|---|
Display |
DisplayCallback.display(AbstractChart<?,?> chart,
Context context)
Returns the
display property at runtime, using the chart instance and the plugin context. |
Modifier and Type | Method and Description |
---|---|
static Display |
Display.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Display[] |
Display.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|