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