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

Method tooltipPosition

src/elements/element.arc.ts:390–392  ·  view source on GitHub ↗
(useFinalPosition: boolean)

Source from the content-addressed store, hash-verified

388 }
389
390 tooltipPosition(useFinalPosition: boolean) {
391 return this.getCenterPoint(useFinalPosition);
392 }
393
394 draw(ctx: CanvasRenderingContext2D) {
395 const {options, circumference} = this;

Callers

nothing calls this directly

Calls 1

getCenterPointMethod · 0.95

Tested by

no test coverage detected