Package | Description |
---|---|
org.pepstock.charba.client | |
org.pepstock.charba.client.callbacks | |
org.pepstock.charba.client.items | |
org.pepstock.charba.client.plugins |
Modifier and Type | Method and Description |
---|---|
void |
Plugin.onAfterTooltipDraw(AbstractChart<?,?> chart,
TooltipModel tooltip,
double easing,
com.google.gwt.core.client.JavaScriptObject options)
Called after drawing the 'tooltip'.
|
boolean |
Plugin.onBeforeTooltipDraw(AbstractChart<?,?> chart,
TooltipModel tooltip,
double easing,
com.google.gwt.core.client.JavaScriptObject options)
Called before drawing the 'tooltip'.
|
Modifier and Type | Method and Description |
---|---|
void |
TooltipCustomCallback.onCustom(AbstractChart<?,?> chart,
TooltipModel model)
Custom tooltips allow you to hook into the tooltip rendering process so that you can render the tooltip in your own
custom way.
|
Modifier and Type | Method and Description |
---|---|
TooltipModel |
TooltipNode.getModel()
Returns the tooltip model
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlugin.onAfterTooltipDraw(AbstractChart<?,?> chart,
TooltipModel tooltip,
double easing,
com.google.gwt.core.client.JavaScriptObject options) |
boolean |
AbstractPlugin.onBeforeTooltipDraw(AbstractChart<?,?> chart,
TooltipModel tooltip,
double easing,
com.google.gwt.core.client.JavaScriptObject options) |