public interface TooltipBodyCallback
Modifier and Type | Method and Description |
---|---|
List<String> |
onAfterBody(IsChart chart,
List<TooltipItem> items)
Returns text to render after the body section.
|
List<String> |
onBeforeBody(IsChart chart,
List<TooltipItem> items)
Returns text to render before the body section.
|
List<String> onBeforeBody(IsChart chart, List<TooltipItem> items)
chart
- chart instanceitems
- list of all tooltip itemsnull
or empty list, it will be ignored.List<String> onAfterBody(IsChart chart, List<TooltipItem> items)
chart
- chart instanceitems
- list of all tooltips itemsnull
or empty list, it will be ignored.