(tooltipItems, options)
| 573 | } |
| 574 | |
| 575 | getAfterBody(tooltipItems, options) { |
| 576 | return getBeforeAfterBodyLines( |
| 577 | invokeCallbackWithFallback(options.callbacks, 'afterBody', this, tooltipItems) |
| 578 | ); |
| 579 | } |
| 580 | |
| 581 | // Get the footer and beforeFooter and afterFooter lines |
| 582 | getFooter(tooltipItems, options) { |
no test coverage detected