getFooter(tooltipItems, options) {
            const me = this;
            const {callbacks} = options;
            const beforeFooter = callbacks.beforeFooter.apply(me, [tooltipItems]);
            const footer = callbacks.footer.apply(me, [tooltipItems]);