Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.plugins |
Contains all classes to manage the plugin implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
Plugin.onAfterTooltipDraw(IsChart chart,
TooltipPluginItem item)
Called after drawing the 'tooltip'.
|
boolean |
Plugin.onBeforeTooltipDraw(IsChart chart,
TooltipPluginItem item)
Called before drawing the 'tooltip'.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlugin.onAfterTooltipDraw(IsChart chart,
TooltipPluginItem item) |
boolean |
AbstractPlugin.onBeforeTooltipDraw(IsChart chart,
TooltipPluginItem item) |