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

Method first

src/types/index.d.ts:1983–1983  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1981 points: Point[];
1982 readonly segments: Segment[];
1983 first(): Point | false;
1984 last(): Point | false;
1985 interpolate(point: Point, property: 'x' | 'y'): undefined | Point | Point[];
1986 pathSegment(ctx: CanvasRenderingContext2D, segment: Segment, params: AnyObject): undefined | boolean;

Callers 5

clipVerticalFunction · 0.65
clipHorizontalFunction · 0.65

Implementers 1

LineElementsrc/elements/element.line.js

Calls

no outgoing calls

Tested by

no test coverage detected