| Package | Description | 
|---|---|
| org.pepstock.charba.client | 
 Main package with all charts implementation, global classes and common interfaces. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
Plugin.onAfterTooltipDraw(IsChart chart,
                  PluginTooltipArgument item)
Called after drawing the 'tooltip'. 
Note that this hook will not be called if the tooltip drawing has been previously cancelled.  | 
default boolean | 
Plugin.onBeforeTooltipDraw(IsChart chart,
                   PluginTooltipArgument item)
Called before drawing the 'tooltip'. 
If any plugin returns false, the tooltip drawing is cancelled until another 'render' is triggered. |