Package | Description |
---|---|
org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
org.pepstock.charba.client.data |
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
|
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.options |
Contains all elements to configure charts at global level (know as chart global options).
|
Modifier and Type | Method and Description |
---|---|
Labels |
CartesianCategoryAxis.getLabels()
Returns the labels.
|
Labels |
CartesianCategoryAxis.getLabels(boolean binding)
Returns the labels for axes.
|
Modifier and Type | Method and Description |
---|---|
void |
CartesianCategoryAxis.setLabels(Labels labels)
Sets the labels of the data.
|
Modifier and Type | Method and Description |
---|---|
static Labels |
Labels.build()
Builds new label object
|
default Labels |
HasLabels.getLabels()
Returns the labels.
|
default Labels |
HasLabels.getLabels(boolean binding)
Returns the labels for axes.
|
Labels |
Data.getXLabels()
Returns the labels for X axes.
|
Labels |
Data.getXLabels(boolean binding)
Returns the labels for X axes.
|
Labels |
Data.getYLabels()
Returns the labels for Y axes.
|
Labels |
Data.getYLabels(boolean binding)
Returns the labels for Y axes.
|
Modifier and Type | Method and Description |
---|---|
default void |
HasLabels.setLabels(Labels labels)
Sets the labels of the data.
|
void |
Data.setXLabels(Labels labels)
Sets the labels for X axes of the data.
|
void |
Data.setYLabels(Labels labels)
Sets the labels for Y axes of the data.
|
Modifier and Type | Method and Description |
---|---|
static Labels |
GeoUtils.loadLabels(List<Feature> features,
FeatureLabelCallback labelCallback)
Creates and loads a
Labels object with the label of feature object by the callback. |
static Labels |
GeoUtils.loadLabels(List<Feature> features,
Key property)
Creates and loads a
Labels object with the label of feature object by the property. |
static Labels |
GeoUtils.loadLabels(List<Feature> features,
String property)
Creates and loads a
Labels object with the label of feature object by the property. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractScale.setLabels(Labels labels)
Sets the labels of the data.
|