| Package | Description | 
|---|---|
| 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.geo.callbacks | 
 Contains all callbacks to configure the GEO controllers. 
 | 
| org.pepstock.charba.client.gwt.widgets | 
 Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder. 
 | 
| Class and Description | 
|---|
| BubbleMapDataPoint
 Used for BubbleMap data sets to set the data to render. 
A data has to have a latitude and longitude properties and a value property containing the value for the coloring. | 
| BubbleMapDataPoint.BubbleMapDataPointFactory
 Creates  
BubbleMapDataPoint form a NativeObject. | 
| BubbleMapDataset
 It is a  
BubbleDataset with additional options for bubble map charts. | 
| BubbleMapElements
 Extends  
Elements provided by CHART.JS in order to add the BubbleMapPoint element to be configured for GEO charts. | 
| BubbleMapOptions
 Specific options for bubble map chart. 
 | 
| BubbleMapPoint
 The styling of the new element  
BubbleMapPoint is based on Point element with some additional options for the outline and graticule. | 
| BubbleMapScales
 Extends the scales configuration in order to avoid some operation, not consistent on GEO chart, and expose additional objects to configure GEO charts, as scales. 
 | 
| ChoroplethBar
 The styling of the new element  
ChoroplethBar is based on Bar element with some additional options for the outline and graticule. | 
| ChoroplethDataPoint
 Used for GEO data sets to set the data to render. 
A GEO data has to have a feature property containing the feature to render and a value property containing the value for the coloring. | 
| ChoroplethDataPoint.ChoroplethDataPointFactory
 Creates  
ChoroplethDataPoint form a NativeObject. | 
| ChoroplethDataset
 The choropleth data set allows a region definition (by  
Feature) and specific value to be specified. | 
| ChoroplethElements
 Extends  
Elements provided by CHART.JS in order to add the ChoroplethBar element to be configured for GEO charts. | 
| ChoroplethOptions
 Specific options for choropleth chart. 
 | 
| ChoroplethScales
 Extends the scales configuration in order to avoid some operation, not consistent on GEO chart, and expose additional objects to configure GEO charts, as scales. 
 | 
| Feature
 Represents the region definition with all properties and geometries needed to draw the region. 
 | 
| Margin
 Defines the margin pixels for legend such that it doesn't stick to the edge of the chart . 
 | 
| PositionPoint
 This object is wrapping the native java script object to provide the position of the legend. 
 | 
| TopoJson
 TopoJSON is an extension of GeoJSON that encodes topology. 
 | 
| Class and Description | 
|---|
| Feature
 Represents the region definition with all properties and geometries needed to draw the region. 
 | 
| Class and Description | 
|---|
| BubbleMapChart
 A Bubble Map, as known as Proportional Symbol is used to render maps with dots that are scaled according to some numerical value. 
It is based on a regular bubble chart where the positioning is done using latitude and longitude to create a legend for the different radi.  | 
| BubbleMapDataset
 It is a  
BubbleDataset with additional options for bubble map charts. | 
| BubbleMapOptions
 Specific options for bubble map chart. 
 | 
| ChoroplethChart
 A choropleth chart is used to render maps with the area filled according to some numerical value. 
 | 
| ChoroplethDataset
 The choropleth data set allows a region definition (by  
Feature) and specific value to be specified. | 
| ChoroplethOptions
 Specific options for choropleth chart. 
 |