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

Method updateControlPoints

src/types/index.d.ts:1980–1980  ·  view source on GitHub ↗
(chartArea: ChartArea, indexAxis?: 'x' | 'y')

Source from the content-addressed store, hash-verified

1978 extends Element<T, O>,
1979 VisualElement {
1980 updateControlPoints(chartArea: ChartArea, indexAxis?: 'x' | 'y'): void;
1981 points: Point[];
1982 readonly segments: Segment[];
1983 first(): Point | false;

Callers 2

drawMethod · 0.65
beforeDrawFunction · 0.65

Implementers 1

LineElementsrc/elements/element.line.js

Calls

no outgoing calls

Tested by

no test coverage detected