| Package | Description | 
|---|---|
| org.pepstock.charba.client | 
 Main package with all charts implementation, global classes and common interfaces. 
 | 
| org.pepstock.charba.client.configuration | 
 Contains all elements to configure a chart instance (know as chart options 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.impl.charts | 
 Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConfigurationOptions | 
IsChart.getOptions()
Returns the options of chart. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPieOptions
Abstract options for PIE chart. 
 | 
class  | 
BarOptions
Specific options for BAR chart. 
 | 
class  | 
BubbleOptions
Specific options for BUBBLE chart. 
 | 
class  | 
DoughnutOptions
Specific options for DOUGHNUT chart. 
 | 
class  | 
HorizontalBarOptions
Specific options for HORIZONTAL BAR chart. 
 | 
class  | 
LineOptions
Specific options for LINE chart. 
 | 
class  | 
PieOptions
Specific options for PIE chart. 
 | 
class  | 
PolarAreaOptions
Specific options for POLAR AREA chart. 
 | 
class  | 
RadarOptions
Specific options for RADAR chart. 
 | 
class  | 
ScalesOptions
Configuration of chart with multiple scales. 
 | 
class  | 
ScatterOptions
Specific options for SCATTER chart. 
 | 
class  | 
StackedOptions
Configuration of chart which could be stacked. 
It uses Category axis for X axis and Linear for Y axis.  | 
class  | 
TimeSeriesBarOptions
Specific options for BAR chart, for time series. 
 | 
class  | 
TimeSeriesLineOptions
Specific options for LINE chartfor time series. 
 | 
class  | 
VerticalLineOptions
Specific options for vertical LINE chart. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConfigurationOptions | 
RadarOptions.getOptions()  | 
| Constructor and Description | 
|---|
Elements(ConfigurationOptions options)
Builds the object storing the default root options. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BubbleMapOptions
Specific options for bubble map chart. 
 | 
class  | 
ChoroplethOptions
Specific options for choropleth chart. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GaugeOptions
Specific options for GAUGE chart. 
 | 
class  | 
MeterOptions
Specific options for METER chart. 
 |