public interface TooltipCustomCallback
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
void onCustom(AbstractChart<?,?> chart, TooltipModel model)
chart - chart instancemodel - all info about tooltip to create own HTML tooltip.