| Package | Description | 
|---|---|
| org.pepstock.charba.client.positioner | 
 Contains all classes to implement a custom tooltip positioner for CHART.JS. 
 | 
| Class and Description | 
|---|
| CustomTooltipPosition
 Custom tooltip position to use in the chart options to configure charts. 
It must not be equals of the out of the box ones.  | 
| Point
 This object is wrapping the native java script object provided by tooltip positioner to know the position of the event in canvas coordinates. 
 | 
| Positioner
 Manages the custom tooltip positioner. 
 | 
| TooltipPositioner
 Interface to be implemented to create a custom tooltip positionier in order address where the tooltip must be showed on canvas. 
 |