| Package | Description | 
|---|---|
| org.pepstock.charba.client | 
 Main package with all charts implementation, global classes and common interfaces. 
 | 
| org.pepstock.charba.client.events | 
 Contains all events to interact with chart instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Defaults.invokeChartOnClick(ChartClickEvent event)
Invokes the  
onClick chart function provided out of the box by CHART.JS. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ChartClickEventHandler.onClick(ChartClickEvent event)
Invoked when the user clicks on the chart. 
 |