Package | Description |
---|---|
org.pepstock.charba.client.annotation |
Contains all classes to activate the
AnnotationPlugin#ID plugin (AKA chartjs-plugin-annotation.js ) for CHART.js. |
org.pepstock.charba.client.commons |
Core classes to manage the inter-operations with java script code.
|
org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the
DataLabelsPlugin.ID plugin (AKA chartjs-plugin-datalabels.js ) for CHART.js. |
org.pepstock.charba.client.enums |
Contains all enumerations of some chart options where only a specific set of values can be set.
|
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.options |
Contains all elements to configure charts at global level (know as chart global options).
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationId
Represents the annotation id of a annotation configuration object in the
AnnotationPlugin.ID plugin. |
Modifier and Type | Method and Description |
---|---|
static void |
PropertyKey.checkIfValid(PropertyKey id)
Checks if id passed as argument is not
null and its value is not null as well and could be a valid property key.If not, throw a IllegalArgumentException . |
static boolean |
PropertyKey.isValid(PropertyKey id)
Returns
true if id passed as argument is not null and its value is not null as well and could be a valid property key. |
Modifier and Type | Interface and Description |
---|---|
interface |
AxisType
Represents the scale type of a scale/axis object.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardAxisType
This is a standard implementation of a axis type
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataLabelId
Represents the label id of a label configuration object in the
DataLabelsPlugin.ID plugin. |
Modifier and Type | Class and Description |
---|---|
class |
ChartAxisType
Axes are an integral part of a chart.
|
class |
DefaultScaleId
Enumerates the default scale id.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LabelId
Represents the label id of a label configuration object in the
LabelsPlugin.ID plugin. |
Modifier and Type | Interface and Description |
---|---|
interface |
ScaleId
Represents the scale id of a scale/axis object.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardScaleId
This is a standard implementation of a scale id
|