Package | Description |
---|---|
org.pepstock.charba.client.geo |
Contains all classes to activate the GEO controllers (AKA
chartjs-chart-geo.js ) for CHART.js. |
org.pepstock.charba.client.geo.enums |
Contains all enumerations to configure the GEO controllers.
|
Modifier and Type | Method and Description |
---|---|
Position |
Legend.getPosition()
Returns the location of the legend on the chart area.
|
Modifier and Type | Method and Description |
---|---|
void |
Legend.setPosition(Position position)
Sets the location of the legend on the chart area.
|
Modifier and Type | Method and Description |
---|---|
static Position |
Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Position[] |
Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|