| Package | Description | 
|---|---|
| org.pepstock.charba.client | 
 Main package with all charts implementation, global classes and common interfaces. 
 | 
| 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.defaults | 
 Contains all interfaces need to provide defaults values of the chart options. 
 | 
| org.pepstock.charba.client.defaults.chart | 
 Contains the default values of chart options based on type of chart instance. 
 | 
| org.pepstock.charba.client.defaults.globals | 
 Contains the default values of chart options for all chart types (CHART.JS options defaults). 
 | 
| org.pepstock.charba.client.impl.charts | 
 Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box. 
 | 
| org.pepstock.charba.client.items | 
 Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or
 controllers. 
 | 
| org.pepstock.charba.client.options | 
 Contains all elements to configure charts at global level (know as chart global options). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ChartOptions
This object is mapping the default options related to the chart type. 
 | 
class  | 
GlobalOptions
Default global options (maps the java script object chart.defaults.global). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected IsDefaultOptions | 
Dataset.getDefaultValues()
Returns the default options instance. 
 | 
| Constructor and Description | 
|---|
BarDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
BarDataset(Type type,
          IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
BubbleDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
BubbleDataset(Type type,
             IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
Dataset(Type type,
       IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset, adding patterns and gradients element. 
 | 
DoughnutDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
DoughnutDataset(Type type,
               IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
HorizontalBarDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
HorizontalBarDataset(Type type,
                    IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
LineDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
LineDataset(Type type,
           IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
PieDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
PieDataset(Type type,
          IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
PolarAreaDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
PolarAreaDataset(Type type,
                IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
RadarDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
RadarDataset(Type type,
            IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
ScatterDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
ScatterDataset(Type type,
              IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
StackedAreaDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
StackedAreaDataset(Type type,
                  IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
StackedBarDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
StackedBarDataset(Type type,
                 IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
StackedHorizontalBarDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
StackedHorizontalBarDataset(Type type,
                           IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
TimeSeriesBarDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
TimeSeriesBarDataset(Type type,
                    IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
TimeSeriesHorizontalBarDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
TimeSeriesHorizontalBarDataset(Type type,
                              IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
TimeSeriesLineDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default. 
 | 
TimeSeriesLineDataset(Type type,
                     IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IsDefaultScaledOptions
Interface to define options defaults. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultChartOptions
Defaults for options element, based on chart type. 
 | 
class  | 
DefaultGlobalOptions
Defaults for options element, using the defualt global options. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractDefaultOptions
Abstract CHART.JS default values for OPTIONS element with all inner elements. 
 | 
class  | 
DefaultOptions
CHART.JS default values for OPTIONS element. 
 | 
class  | 
DefaultScaledOptions
CHART.JS default values for OPTIONS element for scaled charts. 
 | 
| Constructor and Description | 
|---|
AbstractDefaultOptions(IsDefaultOptions options)
Creates the object using the argument options instance as default of chart options. 
 | 
| Constructor and Description | 
|---|
GaugeDataset(double max,
            IsDefaultOptions defaultValues)
Creates a dataset setting the maximum value of dataset and defaults value. 
 | 
MeterDataset(ControllerType type,
            double max,
            IsDefaultOptions defaultValues)
Creates a dataset setting the maximum value of dataset and defaults value and the controller type in case of extension 
 | 
MeterDataset(double max,
            IsDefaultOptions defaultValues)
Creates a dataset setting the maximum value of dataset and defaults value. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OptionsNode
Wrapper of options node of CHART.JS. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExtendedOptions
Options used internally inside the chart configuration. 
 | 
class  | 
Options
Base object which maps chart options. 
 | 
class  | 
ScaledOptions
Base object which maps chart options, with scales elements to set axes configurations. 
 | 
| Constructor and Description | 
|---|
Options(IsDefaultOptions defaultValues)
Creates the object only with default provider. 
 | 
Options(IsDefaultOptions defaultValues,
       NativeObject nativeObject)
Creates the object only with default provider and native object. 
 |