MCPcopy
hub / github.com/chartjs/Chart.js / getAfterBody

Method getAfterBody

src/plugins/plugin.tooltip.js:575–579  ·  view source on GitHub ↗
(tooltipItems, options)

Source from the content-addressed store, hash-verified

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) {

Callers 1

updateMethod · 0.95

Calls 2

getBeforeAfterBodyLinesFunction · 0.85

Tested by

no test coverage detected