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.enums |
Contains all enumerations to configure the DATALABELS plugin.
|
Modifier and Type | Method and Description |
---|---|
Weight |
Font.getWeight()
Returns the font weight, follows CSS font-style-weight options.
|
Modifier and Type | Method and Description |
---|---|
DataLabelsOptionsBuilder |
DataLabelsOptionsBuilder.setFontWeight(Weight weight)
Sets the font weight, follows CSS font-style-weight options.
|
void |
Font.setWeight(Weight weight)
Sets the font weight, follows CSS font-style-weight options.
|
Modifier and Type | Method and Description |
---|---|
static Weight |
Weight.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Weight[] |
Weight.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|