public interface TooltipFooterCallback
TooltipsCallbacks| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
onAfterFooter(AbstractChart<?,?> chart,
java.util.List<TooltipItem> items)
Text to render after the footer section.
|
java.lang.String[] |
onBeforeFooter(AbstractChart<?,?> chart,
java.util.List<TooltipItem> items)
Returns text to render before the footer section.
|
java.lang.String[] |
onFooter(AbstractChart<?,?> chart,
java.util.List<TooltipItem> items)
Returns text to render as the footer of the tooltip.
|
java.lang.String[] onBeforeFooter(AbstractChart<?,?> chart, java.util.List<TooltipItem> items)
chart - chart instanceitems - list of all tooltip itemsnull, it will be ignored.AbstractChart,
TooltipItemjava.lang.String[] onFooter(AbstractChart<?,?> chart, java.util.List<TooltipItem> items)
chart - chart instanceitems - list of all tooltip itemsnull, it will be ignored.AbstractChart,
TooltipItemjava.lang.String[] onAfterFooter(AbstractChart<?,?> chart, java.util.List<TooltipItem> items)
chart - chart instanceitems - list of all tooltip itemsnull, it will be ignored.AbstractChart,
TooltipItem