| Package | Description | 
|---|---|
| org.pepstock.charba.client.events | 
 Contains all events to interact with chart instance. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IsChartEvent
Interface which maps a chart event, an event generated from CHART.JS. 
 | 
interface  | 
IsLegendEvent
Interface which maps a legend chart event, an event generated from CHART.JS. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ChartClickEvent
Event which is fired when the user clicks on the chart. 
 | 
class  | 
ChartHoverEvent
Event which is fired when the user hovers on the chart. 
 | 
class  | 
LegendClickEvent
Event which is fired when the user clicks on the legend of the chart. 
 | 
class  | 
LegendHoverEvent
Event which is fired when the user hovers on the legend of the chart. 
 | 
class  | 
LegendLeaveEvent
Event which is fired when the user leaves on the legend of the chart. 
 |