Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
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.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
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.utils.toast |
Contains all classes to use
Toaster utility. |
Modifier and Type | Class and Description |
---|---|
class |
UpdateConfigurationBuilder
Comfortable object to create
UpdateConfiguration item. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBuilder<T extends LabelItem>
Abstract base comfortable object to create
DataLabelsPlugin.ID label item by a builder. |
class |
DataLabelsOptionsBuilder
Comfortable object to create
DataLabelsPlugin.ID plugin options by a builder. |
class |
LabelItemBuilder
Comfortable object to create
DataLabelsPlugin.ID label item by a builder. |
Modifier and Type | Class and Description |
---|---|
class |
ChartBackgroundColorOptionsBuilder
Comfortable object to create
ChartBackgroundColor.ID plugin options by a builder. |
class |
ChartPointerOptionsBuilder
Comfortable object to create
ChartPointer.ID plugin options by a builder. |
class |
ColorSchemesOptionsBuilder
Comfortable object to create
ColorSchemes.ID plugin options by a builder. |
class |
DatasetsItemsSelectorOptionsBuilder
Comfortable object to create
DatasetsItemsSelector.ID plugin options by a builder. |
class |
HtmlLegendOptionsBuilder
Comfortable object to create
HtmlLegend.ID plugin options by a builder. |
Modifier and Type | Class and Description |
---|---|
class |
LabelsOptionsBuilder
Comfortable object to create
LabelsPlugin.ID plugin options by a builder. |
Modifier and Type | Class and Description |
---|---|
class |
ToastOptionsBuilder
Comfortable object to create
Toaster options by a builder. |