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

Method update

src/types/layout.d.ts:64–64  ·  view source on GitHub ↗

* Takes two parameters: width and height. * @param width * @param height

(width: number, height: number, margins?: ChartArea)

Source from the content-addressed store, hash-verified

62 * @param height
63 */
64 update(width: number, height: number, margins?: ChartArea): void;
65}

Implementers 1

Scalesrc/core/core.scale.js

Calls

no outgoing calls

Tested by

no test coverage detected