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 |
---|---|
void |
TooltipCustomCallback.onCustom(IsChart 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
|