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

Method getBeforeBody

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

Source from the content-addressed store, hash-verified

546 }
547
548 getBeforeBody(tooltipItems, options) {
549 return getBeforeAfterBodyLines(
550 invokeCallbackWithFallback(options.callbacks, 'beforeBody', this, tooltipItems)
551 );
552 }
553
554 getBody(tooltipItems, options) {
555 const {callbacks} = options;

Callers 1

updateMethod · 0.95

Calls 2

getBeforeAfterBodyLinesFunction · 0.85

Tested by

no test coverage detected