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

Method getBasePixel

src/types/index.d.ts:1352–1352  ·  view source on GitHub ↗

* Returns the pixel for the minimum chart value * The coordinate (0, 0) is at the upper-left corner of the canvas * @return {number}

()

Source from the content-addressed store, hash-verified

1350 * @return {number}
1351 */
1352 getBasePixel(): number;
1353
1354 init(options: O): void;
1355 parse(raw: unknown, index?: number): unknown;

Callers 5

updateElementsMethod · 0.65
updateElementsMethod · 0.65
updateElementsMethod · 0.65
updateElementsMethod · 0.65
_getTargetPixelFunction · 0.65

Implementers 1

Scalesrc/core/core.scale.js

Calls

no outgoing calls

Tested by

no test coverage detected