| Package | Description | 
|---|---|
| org.pepstock.charba.client | 
 Main package with all charts implementation, global classes and common interfaces. 
 | 
| org.pepstock.charba.client.gwt.widgets | 
 Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HorizontalBarChart
HORIZONTAL BAR chart implementation. 
A horizontal bar chart is a variation on a bar chart. It is sometimes used to show trend data, and the comparison of multiple data sets side by side.  | 
| Constructor and Description | 
|---|
BarChartWidget(BarChart extendedChart)
Builds the chart. 
This is must be extended for controller which are based on this chart.  |