Package | Description |
---|---|
org.pepstock.charba.client.callbacks |
All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.
|
org.pepstock.charba.client.items |
Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.
|
Modifier and Type | Method and Description |
---|---|
TooltipModel |
TooltipContext.getModel()
Returns the model of tooltip.
|
Modifier and Type | Method and Description |
---|---|
void |
TooltipExternalCallback.onExternal(IsChart chart,
TooltipModel model)
External tooltips callback allows you to hook in the 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
|
TooltipModel |
PluginTooltipArgument.getTooltip()
Returns the tooltip model.
|